This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Datepicker has trouble with some dates #3644
Labels
Milestone
Comments
@realityking Is this with the latest 0.13.0 and can you provide a plunkr? |
@karianna Yes, this is with 0.13.0. I've got a JSBin (http://output.jsbin.com/pasiweruhe/2/) or do you specifically need a plunkr? |
@realityking That's fine, thanks! |
I have the same issue..any work around?? |
Here is a plunker... http://plnkr.co/edit/Dd6FKcboWGlIKh6Dy9cv?p=preview |
Cause is the following commit: 1a9e88f After reverting that one I still have the issue described in #3617 CC: @chrisirhc |
realityking
added a commit
to realityking/ui-bootstrap
that referenced
this issue
May 18, 2015
In fact, no need for a plunker, the same issue can be seen on the official example page of this project :-( |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This might be related to #3617 and/or #3643.
JSBin: http://output.jsbin.com/pasiweruhe/2/
I have a date field set up with the German date format (
dd.MM.yyyy
). After clearing the field and entering a date where the day part is larger than 12, it will fail and the date will beundefined
.The issue seems to be, that the date parser has trouble creating a valid date input when the input is an invalid date input.
The text was updated successfully, but these errors were encountered: