-
Notifications
You must be signed in to change notification settings - Fork 724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datepicker throws error, decrements on clicking dropdown #1326
Comments
On which timezone do you are? |
@Kmaschta EST |
@Kmaschta I'm experiencing the same, and in the debug console I get a:
My TZ is USA/CST If I clear the date field first, then it works. Also, it works on create, but errors on edit. |
@jamespsterling @dlemphers Do you confirm that the PR #1334 has fixed this issue? |
@Kmaschta I'm on 1.0.5 and I still have issues:
|
Has this problem been fixed?? I have the same problem here. |
Same problem here. |
I guess that the cause of this bug is when the date is created from a string that only contain the date part (not the time)
Since it is created from UTC time, so with negative timezone offsets the date resulted it's the day before. So, after that it starts an infinite loop between the watches of values and rawValue
|
Any progress on this bug? It has been present for more than a while. |
@thanhbuiea I'm sorry, but we are focusing our efforts in a new project: marmelab/react-admin, and we haven't the time to address all the ng-admin issues. But we'd be glad to help any contribution. |
@here Issue is not reproducible now. This can be closed |
Datepicker changes after selecting date from the picker and click into another field on the form.
Running latest version of master as of 3/20/2017
Steps to Reproduce
Expected behavior:
Datepicker input to not change
Actual behavior:
Datepicker input changes when clicking into another input field
GIF Demo:
console.log.txt
The text was updated successfully, but these errors were encountered: