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

SelectField: disallow should render options as disabled #669

Open erny opened 5 years ago

erny commented 5 years ago

There should be a way do mark options as disabled. Currently, a message is issued if one of the disallowed values is selected. On the other hand, this does not work for multiple=true.