This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Datepicker not validating input correctly #3835
Closed
Description
I found a situation where Datepicker module does not validate input field. I'm using dd.MM.yyyy format as an example and this can be reproduced in https://angular-ui.github.io/bootstrap/#/datepicker
First I change input value 18.06.2015 to 1A8.06.2015 and datepicker correctly informs me that this is invalid value. But if I take the A away it does not validate input field until I remove the first 1. And if I start with 8.06.2015 => A8.06.2015 => 8.06.2015 it works correctly.