microsoft / fluentui-blazor

Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications

Home Page:https://www.fluentui-blazor.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

adamint opened this issue Β· comments

πŸ› 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

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.

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

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

Coming soon - dependent PR for the stable release of Fluent: microsoft/fast#6942