2amigos / yii2-selectize-widget

Selectize From Brian Reavis Yii2 Widget
Other
73 stars 41 forks source link

Only shows single item in dropdown #9

Closed jones6951 closed 9 years ago

jones6951 commented 9 years ago

I am trying to use this widget to render a dropdown. However, the following code only shows a single item in the list, and I cannot select a different value.

<?= $form->field($model, 'date_format')->widget(Selectize::className(), [
    'value' => 'dd/mm/yyyy,mm/dd/yyyy,yyyy-mm-dd,d M Y,M d, Y',
    'clientOptions' => [
        'maxItems' => 1,
    ],
]) ?>
tonydspaniard commented 9 years ago

You need to set items array not value