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

$('MyForm').alpaca() causes "Maximum call stack size exceeded" for specific Select Field #777

Open aviad198 opened 1 year ago

aviad198 commented 1 year ago

One of the "Select Field" in the form has more than 3000 entries (populated from datasource)
Runing $('#form').alpaca().getValue() cause "Maximum call stack size exceeded" error. limiting the number of returned entries works but is there a way to overcome this issue without limiting?