-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[6.0] DatePicker: cherry-pick "utilize custom onChange handler when provided #10424" #10478
[6.0] DatePicker: cherry-pick "utilize custom onChange handler when provided #10424" #10478
Conversation
Asset size changes
Over Tolerance (1024 B) Over Baseline Below Baseline New Removed 1 kB = 1000 B Baseline commit: b41213bb5655812b2d5469a24139f74e7e015e65 (build) |
@lorejoh12 @natalieethell it seems odd that we are imperatively calling For example, The caller then listens to That way the caller doesn't need to reach into the inner component within the Let me know what you think. I might be misunderstanding the core scenario. |
I don't have a strong opinion on whether the consumer should be binding to the textField.onChange vs the DatePicker's own onChange, but your suggestion seems reasonable from an API perspective. Do textboxes |
Hello @natalieethell! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
🎉 Handy links: |
🎉 Handy links: |
Pull request checklist
$ yarn change
Description of changes
Cherry-pick changes from master (#10424) that utilize the custom
onChange
handler when provided.Focus areas to test
(optional)
Microsoft Reviewers: Open in CodeFlow