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

removeDefaultNone for all fields in the form #750

Open pjvolders opened 4 years ago

pjvolders commented 4 years ago

I'm rendering a pretty large form with lot's of radio/select input fields. Having "None" as the first option for all those fields does not make much sense for me, especially since the form language isn't English. Is there a way of removing or changing this behavior? E.g. by setting removeDefaultNone=true for all fields?