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

Fix NaN showing initially on currency fields #734

Open lukasasorensen opened 4 years ago

lukasasorensen commented 4 years ago

I was having an issue in where the currency field was trying to initialize Jquery price format on the currency field before the it was rendered causing the input to show "NaN". adding this timeout ensured that the form was fully initialized before running .priceFormat on it.