2amigos / yiiwheels

Widget extension library for the YiiStrap extension
http://yiiwheels.2amigos.us
Other
133 stars 77 forks source link

WhSelect2 return dump value id ie8 #87

Closed dej4vu closed 9 years ago

dej4vu commented 10 years ago

Hi, my view code as below,

<?php $this->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

tonydspaniard commented 10 years ago

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

tonydspaniard commented 9 years ago

@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

tonydspaniard commented 9 years ago

Closing this issue due to inactivity