gitana / alpaca

Alpaca provides the easiest way to generate interactive HTML5 forms for web and mobile applications. It uses JSON Schema and simple Handlebars templates to generate great looking, dynamic user interfaces on top of Twitter Bootstrap, jQuery UI, jQuery Mobile and HTML5.
http://www.alpacajs.org
Other
1.29k stars 371 forks source link

SelectField: select with multiple:true inherits the selection status of its former siblings #731

Open hadakadenkyu opened 4 years ago

hadakadenkyu commented 4 years ago

A Combination of multi select and array cause a problem that the second and later select boxes inherit the selection status of their former siblings. See my codepen: https://codepen.io/hadakadenkyu/full/pooKyzy

thanhtungka91 commented 3 years ago

i got the same issue, any workaround?

oussama-benmahmoud commented 3 years ago

You can check the answer in this stackoverflow question.

hadakadenkyu commented 2 years ago

Apply my PR https://github.com/gitana/alpaca/pull/732