-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(TextareaField): add character length counter (#1580)
- only shows up if max length is specified - turns red if the default value is greater than allowed - updates as you type - currently no warning color as you approach limit - by default textareas do not allow entry above maxlength - but you can delete if somehow above maxlength - handle custom onChange events
- Loading branch information
1 parent
b581814
commit ff6226f
Showing
4 changed files
with
315 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.