ember-form-validity

Fully accessible form validation component for Ember

MIT License

Downloads
39
Stars
2
Committers
7

Form validation toolkit with Ember.js. The full documentation can be found in the API reference.

Compatibility

  • Ember.js v3.20 or above
  • Ember CLI v3.20 or above
  • Node.js v10 or above

Installation

ember install ember-form-validity

Usage

This add-on aims to resolve the form validation on your WEB development. Yes, it can be straightforward build a simple solution by listening the input event and disable the continue button until it's correct. But that's clearly not always the case, especially when the project involve tons of user inputs. Normally a form validation library can ease the pain and setup a certain standard for consistency. Well, this is one of them, however, we are trying build a tool that is more versatile and allow you to take advantage from the native browser validation.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Package Rankings
Top 17.96% on Npmjs.org
Badges
Extracted from project README
Netlify Status