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

Add new item in Array object with multiple selected #756

Open thanhtungka91 opened 3 years ago

thanhtungka91 commented 3 years ago

I am using an array object and try to add a new element. In the element object, there is a field multiple select with Datasource. If I filled this filed (multiple selected)

and then I add a new object element in array -> the multiple selected in the previous element is duplicated to a new object element (it should be blank, empty object)