-
Notifications
You must be signed in to change notification settings - Fork 380
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
[Autocomplete] Fix Autocomplete Aria-Hidden and Focusable #2648
[Autocomplete] Fix Autocomplete Aria-Hidden and Focusable #2648
Conversation
…on/fix-autocomplete-ariahidden-focusable
✅ All tests passed successfully Details on your Workflow / Core Tests page. |
Summary - Unit Tests Code CoverageSummary
CoverageMicrosoft.FluentUI.AspNetCore.Components - 61.1%
|
…2648) * Fix Autocomplete Aria-Hidden and Focusable * Update the actions/upload-artifact to v4 --------- Co-authored-by: Vincent Baaij <[email protected]>
hi! I using version 4.10.3 "", but error occur when AutoComplete has one Item Selected |
See #2906 |
[Autocomplete] Fix Autocomplete Aria-Hidden and Focusable
When focus is placed on a
FluentIcon
(e.g. the Dimiss icon), this error occurs:See #2644
A test was added to remove
aria-hidden
when theFocusable
property is True.Unit Tests
Updated