kartik-v / yii2-widgets

Collection of useful widgets for Yii Framework 2.0
http://demos.krajee.com/widgets
Other
558 stars 175 forks source link

Not showing up #346

Open zainalmubarok opened 7 years ago

zainalmubarok commented 7 years ago

I use some widgets running smoothly, but on the widget select2 cart2 does not appear anything. Can you help me?

image like this: http://prntscr.com/gnslpx

code like this: `<?php use kartik\select2\Select2;

    echo $form->field($model, 'parrent')->widget(Select2::classname(), [
        'data' => ArrayHelper::map(Kategori::find()->all(), 'id_kategori', 'kategori'),
        'options' => ['placeholder' => 'Select a Kategori ...'],
        'pluginOptions' => [
            'allowClear' => true
        ],
    ]);
?>`
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/49568989-not-showing-up?utm_campaign=plugin&utm_content=tracker%2F530581&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F530581&utm_medium=issues&utm_source=github).