-
Notifications
You must be signed in to change notification settings - Fork 6.7k
min-mode doesn't work with datepicker popup #2618
Comments
I’m getting this problem as well. Compiled the latest source from GitHub, had When the popup is shown and I selected a month, it displayed the day selection instead of just closing. |
After some debugging you can workaround this issue by adding the following attribute to your input |
so I was trying to use min-mode and datepicker-options to create a month/year picker for a credit card expiration but could not make it work. Finally I found this solution with the help of João Bruni. |
I am finding (with 0.12.0) that if I set |
thanks amidudu |
I'm experiencing the same issue as johncronan, |
+1 |
The min-mode problem is very odd. Would love a fix. |
Feel free to submit a PR, @Slimmmo |
I think I've fixed the issues in this thread with my PR. It fixed my problem at least. Enjoy. |
It is Possible to set min-mode="week" ? |
fix was pushed for datepicker-mode on popup in #2180, but min-mode still doesn't work in 0.12.0.
because 0.12.0 isn't available on plunker, here's my markup for reference
The text was updated successfully, but these errors were encountered: