ember-validated-form
ember-validated-form copied to clipboard
Optional instead of required
Several experts explain that marking a field as optional instead of required improves the comfortability of the user. (e.g https://uxdesign.cc/form-field-required-vs-optional-9b4d7cdbf400)
We should consider adding an optional option for the label. required can still be kept for backwards compatibility
Let's do both, configurable.