-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(MdInput): Input should not be treated as empty if it is a date fi…
…eld. (#846) * fix(MdInput): Input should not be treated as empty if it is a date field. Fixes #845 * fix(MdInput): Input should not be treated as empty if it is a date field. Fixes #845 * fix(md-input): Check for type in empty getter instead * test(MdInput): Add tests for empty check * test(MdInput): Update empty check tests to match the other tests new syntax * test(MdInput): Fix linting issue * fix(MdInput): Input should not be treated as empty if it is a date field. Fixes #845 * fix(md-input): Check for type in empty getter instead * fix(md-input): Check for type in empty getter instead * test(MdInput): Add tests for empty check * test(MdInput): Update empty check tests to match the other tests new syntax * test(MdInput): Skip empty check tests for IE11 * test(MdInput): Resolve linting issues * test(MdInput): Update empty() check tests to match new test syntax
- Loading branch information
Showing
2 changed files
with
80 additions
and
1 deletion.
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