kartik-v / yii2-widget-depdrop

Widget that enables setting up dependent dropdowns with nested dependencies (sub repo split from yii2-widgets).
Other
81 stars 39 forks source link

The output array return by the controller will only display if I set 'multiple' => true, in the select2Options' => [ 'pluginOptions' => [ #85

Closed lloyd966 closed 3 years ago

lloyd966 commented 3 years ago

The output array return by the controller will only display, if I set 'multiple' => true, in the select2Options' => [ 'pluginOptions' => [multiple' => true,]

Any help in resolving this issue would be greatly appreciated.

Thank you

Lloyd