microsoft / fluentui-blazor

Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
https://www.fluentui-blazor.net
MIT License
3.47k stars 319 forks source link

Unable to click the arrow icon to close combobox when dropdown appears #1693

Open adamint opened 3 months ago

adamint commented 3 months ago

πŸ› Bug Report

πŸ’» Repro or Code Sample

This is present in the combobox examples: https://www.fluentui-blazor.net/Combobox (first discovered in the Aspire filter dialog).

πŸ€” Expected Behavior

Clicking the arrow button after the combobox is dropped down will close the dropdown.

😯 Current Behavior

Clicking the arrow does nothing. However, clicking outside the combobox will close it. Please see the videos here

🌍 Your Environment

Fluent UI Blazor 4.5, Chromium

vnbaaij commented 3 months ago

By coincidence an issue for this was opened for this just the other day in the fluent repo. There is also already a PR open to fix it in the FAST repo. I'll ask what the schedule is to get it merged and then pullen into the web components script.

adamint commented 3 months ago

Oh that’s funny πŸ˜„ thanks, Vincent!

joriverm commented 3 months ago

ah ye, i noticed this too but saw it was in the webcomponents itself so i didn't report it here πŸ˜„

chrisdholt commented 2 months ago

Coming soon - dependent PR for the stable release of Fluent: https://github.com/microsoft/fast/pull/6942

joriverm commented 1 week ago

@chrisdholt : its been nearly 2 months. are there any updates on the webcomponents update?