-
Notifications
You must be signed in to change notification settings - Fork 2.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(react-examples): Add focus to DatePicker examples when clicking the Clear button #16430
Conversation
…he Clear button (microsoftdesign/fluentui#10249)
Couldn't find any unit tests for this, let me know if I missed something. |
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 468ab73:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 77c4f820c52723e8a8b5d179e1d39871b03dba44 (build) |
#### Pull request checklist - [x] Include a change request file using `$ yarn change` #### Description of changes Aggregate cherry-picking for all my contributions for the `react-examples` package #### Focus areas to test - [x] #16497 - [x] #16496 - [x] #16494 - [x] #16479 - [x] #16430 - [x] #16475 - [x] #16463 - [x] #16495 - [x] #16481
Pull request checklist
$ yarn change
: No change files are neededDescription of changes
Pressing the
Clear
button will now also focus the DatePicker input, so that user can know that the date has been cleared, when navigating with the Narrator.Applied this to both
DatePicker allows input date string
andDatePicker allows dates to be formatted
examples, as they both contain theClear
button