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

Why does ListField auto-select first option if field is required? #665

Open ToreOlavKristiansen opened 5 years ago

ToreOlavKristiansen commented 5 years ago

Hi.

If a list field without a none-option is required, the user should be forced to make a decision about which value to select. The way it works now, the first option is selected. The user could wrongly assume this is the field default value. The user could also ignore the field.

image

Thanks, Tore.

futon88 commented 5 years ago

Agreed. This makes no sense to me....