Skip to content

Commit 41cec16

Browse files
committedOct 14, 2019
do3
1 parent 62ef5eb commit 41cec16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎TagsWidget.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
namespace wscvua\yii2tagsinput;
44
use yii\helpers\BaseHtml;
5+
use yii\jui\InputWidget;
56

67
/**
78
* This is just an example.
89
*/
9-
class TagsWidget extends \yii\base\Widget
10+
class TagsWidget extends InputWidget
1011
{
1112
public $jsOptions = [
1213
'interactive' => 'true',

0 commit comments

Comments
 (0)
Please sign in to comment.