Closed sander-c closed 4 years ago
When filling next dates in the datepicker "08//__" gives "2001-07-31T22:00:00.000Z", "08/05/____" gives ""2001-05-07T22:00:00.000Z"" while you should get the error 'invalid date'
Steps to reproduce the behavior:
You can test it in the docs: https://digipolisantwerp.github.io/acpaas-ui_angular/modules/forms/datepicker
Should give a error message if the date isn't filled in completely
Fixed by #183
Describe the bug
When filling next dates in the datepicker "08//__" gives "2001-07-31T22:00:00.000Z", "08/05/____" gives ""2001-05-07T22:00:00.000Z"" while you should get the error 'invalid date'
To Reproduce
Steps to reproduce the behavior:
You can test it in the docs: https://digipolisantwerp.github.io/acpaas-ui_angular/modules/forms/datepicker
Expected behavior
Should give a error message if the date isn't filled in completely