kartik-v / yii2-widget-select2

Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).
http://demos.krajee.com/widget-details/select2
Other
323 stars 145 forks source link

showToggleAll option cannot be change outside the vendor #271

Closed Carlos-Lopes closed 6 years ago

Carlos-Lopes commented 6 years ago

In the Select2 class on function renderToggleAll the option to toggle this only work if I change the value direct on the vendor file.

if (!$this->options['multiple'] || !$this->showToggleAll) { return; }