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

Arrays of numbers have value of -1 by default #730

Open ambischof opened 4 years ago

ambischof commented 4 years ago

If you make an array whose items are of type number, the value of -1 magically gets assigned to them. Tried to do a traceback, but couldn't figure out where this is coming from.

See my fiddle: https://jsfiddle.net/anneb574/2n7amkbx/ Add some items to the array to see the bug