Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhsiung/ember-form-validity
Fully accessible form validation component for Ember
https://github.com/bhsiung/ember-form-validity
ember ember-addon forms validation-library
Last synced: 19 days ago
JSON representation
Fully accessible form validation component for Ember
- Host: GitHub
- URL: https://github.com/bhsiung/ember-form-validity
- Owner: bhsiung
- License: mit
- Created: 2021-07-02T23:58:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T14:08:39.000Z (over 1 year ago)
- Last Synced: 2024-10-07T23:11:16.317Z (29 days ago)
- Topics: ember, ember-addon, forms, validation-library
- Language: TypeScript
- Homepage:
- Size: 1.95 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/5023c11a-a892-4a31-b7f4-199678dfbb07/deploy-status)](https://app.netlify.com/sites/frosty-swartz-6ba6b7/deploys)
![Slice 1 (1)](https://user-images.githubusercontent.com/3668313/130347207-7db1bb99-9a66-4e3f-bacf-aa3176b3bf69.png)
Form validation toolkit with Ember.js. The full documentation can be found in the [API reference](https://ember-for-validity.netlify.app/).
Compatibility
------------------------------------------------------------------------------* Ember.js v3.20 or above
* Ember CLI v3.20 or above
* Node.js v10 or aboveInstallation
------------------------------------------------------------------------------```
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](CONTRIBUTING.md) guide for details.
License
------------------------------------------------------------------------------This project is licensed under the [MIT License](LICENSE.md).