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

date field doesn't fire change event #728

Open martingaleh opened 4 years ago

martingaleh commented 4 years ago

I modified the code here: http://www.alpacajs.org/docs/api/events.html to $("#field1").alpaca({ "schema": { "type": "object", "properties": { "title": { "type": "date", title: 'date' } } } and change doesn't fire. However, blur fires, and that's probably good enough so best to change the documentation. Also, the calendar gets cut off if the table is too short. I have to monkey with the css.