Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mokko-labs/fuse-input-validation
Would like to create reusable and highly functional input validation methods in Fuse components.
https://github.com/mokko-labs/fuse-input-validation
Last synced: about 1 month ago
JSON representation
Would like to create reusable and highly functional input validation methods in Fuse components.
- Host: GitHub
- URL: https://github.com/mokko-labs/fuse-input-validation
- Owner: mokko-labs
- License: mit
- Created: 2017-01-24T10:02:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T11:37:13.000Z (almost 8 years ago)
- Last Synced: 2024-07-29T01:18:39.334Z (5 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fuse - Fuse Input Validation - Reusable and highly functional input validation methods in Fuse components (Open Source)
README
# fuse-input-validation
Would like to create reusable and highly functional input validation methods in Fuse components.## ValidatedTextInput
ValidatedTextInput is a TextInput with appropriate properties and states to indicate the validity of input.### IsValid (bool)
This property indicates if the text input is valid.### Required (bool)
This property is used to control whether input is required in order to be valid.### IsUntouched (bool)
This property indicates whether the user has entered enything into this control.### MinLength (number)
This property is used to control how long the text input must be before it becomes valid. Default value is 1.