We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the PolymerTemplate with date-picker inside is attached to the view I see in server-side logs that its value was changed twice:
date: 2018-06-11 old: null date: 2018-11-06 old: 2018-06-11
Seems that updating locale makes this weird change on client. As a result it's impossible to use date-picker with binder and to do a dirty checking.
The text was updated successfully, but these errors were encountered:
value-changed
No branches or pull requests
When the PolymerTemplate with date-picker inside is attached to the view I see in server-side logs that its value was changed twice:
Seems that updating locale makes this weird change on client.
As a result it's impossible to use date-picker with binder and to do a dirty checking.
The text was updated successfully, but these errors were encountered: