-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
fix(material/datepicker): Only update selection when value changed (#21847) #22369
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes will also need a unit test.
Also you'll have to run yarn approve-api datepicker
to fix the API golden CI check.
1e550b8
to
e1f1585
Compare
The unit test is now there which made me realize the comparison logic was wrong. It should now all be in place and working as intended. |
67a3e81
to
c7d5b27
Compare
e4faf43
to
df28ffc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Changes date selection to only update controls when value has changed. This is a fix for part of #21847