2amigos/yiiwheels

WhSelect2 return dump value id ie8

Closed this issue · 3 comments

Hi,
my view code as below,

widget('yiiwheels.widgets.select2.WhSelect2', array( 'model' => $model, 'attribute' => 'aderror', 'value'=>'tags', 'asDropDownList' => false, 'pluginOptions' => array( 'tags' => array('view','create','update','delete'), 'placeholder' => 'please select', 'maximumSelectionSize'=>4, 'width' => '40%', 'tokenSeparators' => array(',', ' '), ))); ?>

after i submit to the controller,it can't collect the changing but dumplicate the old value in IE8,it work correctly in chrome and firefox, can some one help me? thank you

@deja-v-u have checked whether this bug is also related on the plugin repository as well?

@deja-v-u Quite old... any solution? Support for IE-8 I do not think there is much interest but would be great if you find a solution for it

Closing this issue due to inactivity