ember-forge / ember-forge-ui

Ember.js UI Components that are independent of any specific CSS framework
MIT License
1 stars 2 forks source link

Form validation #84

Open notmessenger opened 8 years ago

notmessenger commented 8 years ago

https://html.spec.whatwg.org/multipage/index.html

Inspiration

notmessenger commented 8 years ago

Ability to specify error messages inline, in the form template, rather than as strings attached to validation rules in the JS code.

Ability to have a "catchall" error output for errors which weren't anticipated (on a field-by-field, as well as form-wide basis)

notmessenger commented 8 years ago

Related https://github.com/ember-forge/ember-forge-ui/issues/99

notmessenger commented 8 years ago

Items remaining

notmessenger commented 8 years ago

All of the previous work for/against this issue and the task lists related to the management of error state for an element. What now remains is support for validation that sets the error state of the same elements.

notmessenger commented 8 years ago

Validation items remaining

References