Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fix(form): Floating Label for controlled value Invalid numbers
This also fixes the weird case where the user does a flow like: - type "0123-" - tab / blur field - refocus field - delete the entire string in one keystroke - tab / blur field Apparently change events do not get fired for this flow since `"0123-" === ""` so going from `"" -> ""` doesn't fire a change event....
- Loading branch information
Showing
3 changed files
with
186 additions
and
17 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