-
Notifications
You must be signed in to change notification settings - Fork 422
Unable to click the arrow icon to close combobox when dropdown appears #1693
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
Comments
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. |
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 |
@chrisdholt : its been nearly 2 months. are there any updates on the webcomponents update? |
@vnbaaij @dvoituron Would you accept a PR similar to what's below for this issue since microsoft/fluentui/issues/30693 had a soft close in Sept. 2024? The FluentCombobox.razor.cs
FluentCombobox.razor.js
|
This could be a solution, but I don't like the fact that you have to remove the In my opinion, this could be used, but only by adding an |
Ahhh...we need to be careful about altering the DOM. I posted a possible fix in the fluentui project microsoft/fluentui#30693 if you want to have a look. In the meantime I'll handle the workaround in my local projects. |
I don't think there will be a new version of the web components v2 anytime soon. As @dvoituron said, we can do it on our side but we just need to make it 'opt-in' |
Thanks. I'm just now getting familiar the versioning of web technologies and how this all works. I'll do a PR if you think others would want this option. AllowClickOnClose Any other suggestions? |
|
Looking to get your thoughts on this approach. Updated the JavaScript to dispatch an
|
That sounds better to me |
Fixed in FluentCombobox with #3186 |
🐛 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
The text was updated successfully, but these errors were encountered: