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

Linked Calendars #738

Open philbaney opened 4 years ago

philbaney commented 4 years ago

I am trying to link two calendars/time pickers such that the first cannot be later than the second which cannot be before the first. In the form options I can set a 'minDate' and a 'maxDate' which work correctly. I can trap changes to dates with a 'change' event, I can read existing min and max Dates but writing new values does not seem to work. Has anyone implemented this behaviour?