Comment 0 for bug 1375818

Revision history for this message
Olivier Tilloy (osomon) wrote :

If a form has a field that’s declared as "required", submitting it without filling out the field should:
 (a) not actually submit the form
 (b) prompt the user to fill out the field

Currently (a) is implemented, but there’s no user feedback (b). We probably need an API in oxide for this.