You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I am using Tagging Support mult-select for your widget SELECT2 as "multiple => true", but when i have a lote of itens/text it can not be select all (Marcar todos), it stay disabled.
See my codifcation:
Hi.
I am using Tagging Support mult-select for your widget SELECT2 as "multiple => true", but when i have a lote of itens/text it can not be select all (Marcar todos), it stay disabled.
See my codifcation:
field($eventModel, 'participantes')->widget(Select2::classname(), [ 'data' => ArrayHelper::map(Contacto::find()->all(), 'email', function ($model) { return $model->nome . ' - ' . $model->instituicao; }), 'options' => ['placeholder' => 'Selecione os participantes...', 'multiple' => true, 'id' => 'select-participantes'], 'pluginOptions' => [ 'allowClear' => true, ], ]); ?>
The text was updated successfully, but these errors were encountered: