-
Notifications
You must be signed in to change notification settings - Fork 594
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(combobox): close the combobox even if there's no selection #6923
fix(combobox): close the combobox even if there's no selection #6923
Conversation
change/@microsoft-fast-foundation-47afe4a7-9451-4c4c-beba-70305e6b600e.json
Outdated
Show resolved
Hide resolved
packages/web-components/fast-foundation/src/combobox/combobox.ts
Outdated
Show resolved
Hide resolved
oh, i just noticed this as it tagged the issue i created. would be great if it got merged :) |
@bheston, @radium-v and @KingOfTac Please assess and approve this. We would like to get this fixed for .NET Aspire (with Fluent UI Blazor) so it needs to get cherry picked into |
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.
Adding specific interactions to the indicator glyph likely requires adding ARIA functionality, since it's currently aria-hidden
.
packages/web-components/fast-foundation/src/combobox/combobox.ts
Outdated
Show resolved
Hide resolved
Is there any updates on this? is the change request of @radium-v still open? |
23fcbcf
to
ed5923b
Compare
@KingOfTac , @chrisdholt , @EisenbergEffect : any updates on this? |
@scomea @KingOfTac any thoughts here? |
packages/web-components/fast-foundation/src/combobox/combobox.ts
Outdated
Show resolved
Hide resolved
I smoked it, noticed a minor redundant line, but otherwise I'm good with merging. |
* fix(combobox): close the combobox even if there's no selection * Change files * pr feedback * Bypass clicks on combobox input to allow indicator clicks (#1) * remove redundant line --------- Co-authored-by: John Kreitlow <863023+radium-v@users.noreply.github.com>
Pull Request
π Description
Fix issue where the combobox remains open if there's no selection.
Before
After
π« Issues
#5721
microsoft/fluentui#30693
π©βπ» Reviewer Notes
Test in Storybook and review the before/after GIFs.
π Test Plan
Tested in Storybook.
β Checklist
General
$ yarn change
Component-specific