ConsenSysMesh / ConsenSysMesh/rimble-ui
Add the ability to individually validate each input field
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 455
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Input fields should be able to be validated on an individual basis by the developer. Browser validation isn't always enough.
**Describe the solution you'd like**
add a boolean validated property to all inputs.
Acceptance criteria:
- all input types should have a boolean validated prop that gets set to true/false when valid/invalid
- should apply styles to inputs based on validated prop
E: 1D
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.