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
Ah oops I think I introduced a bug that means the picker wont set it's default values when you open it. As a work around if you set the date and time to something else then set it back then it should work.
Or you can have a look at the code. The problem is here.
Because this.value is already the default, it is the same as m, so nothing happens.
Everytime I open datetime, I see one date 10th Jan 2015, but selected another.
Always in open I see:
![screen shot 2016-09-08 at 13 16 49](https://cloud.githubusercontent.com/assets/12913462/18345966/9b3ceb90-75c6-11e6-81c0-38ad64be46a2.png)
I added default and value configs, but nothing didn't change.
Thanks!
The text was updated successfully, but these errors were encountered: