You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When entering a string or symbol into the datepicker, error messages are shown in the console.
To Reproduce
Steps to reproduce the behavior:
Go to 'Children'
Click on 'add new'
Enter a letter into 'Date of birth'
Open the console
See error
Expected behavior
The default behavior of the date picker
Additional context
The function descriptionForValidator cannot find the appropriate description for the matDatePicker because this validator is not defined through the config. This needs to be adapted in order to still show an appropriate error message.
The text was updated successfully, but these errors were encountered:
Describe the bug
When entering a string or symbol into the datepicker, error messages are shown in the console.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The default behavior of the date picker
Additional context
The function
descriptionForValidator
cannot find the appropriate description for thematDatePicker
because this validator is not defined through the config. This needs to be adapted in order to still show an appropriate error message.The text was updated successfully, but these errors were encountered: