-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct invalid date input #5657
Comments
Added to the igxDateTimeEditorDirective specification. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
Is your feature request related to a problem? Please describe.
I want the DatePicker to prevent invalid input typing.
Describe the solution you'd like
If I try to type in value
14
in the month section, it should either fall-back to12
- max value available for a month or accept1
- min value available for a month, and continue with the next section (based on the mask)Describe alternatives you've considered
Use max or min value for day/month or accept the first valid value.
Open the sample and type in 55-55-5555, I expect the date picker to accept 05-05-5555, rather now the value is cleared because it is invalid.
The text was updated successfully, but these errors were encountered: