microsoft / fluentui

Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
https://react.fluentui.dev
Other
18.31k stars 2.71k forks source link

[Feature]: add clearable to combobox #31838

Open joriverm opened 2 months ago

joriverm commented 2 months ago

Library

Web Components (@fluentui/web-components)

Describe the feature that you would like added

when using a combobox in some kind of filter, it is good to have a button inside the combobox to clear the selected value. from what i found this was already added to the react combobox but not in the webcomponents, so things like the blazor implementation can not use it either. this sounds to me like a good feature to have, since its been accepted in at least part of the fluentUI family ( #30248 & #30344, pr's: #30362 & #30033 ).

visually, i would do it like that, or similar to the fluent-search component

Have you discussed this feature with our team

No response

Additional context

No response

Validations

Priority

High

joriverm commented 1 month ago

@chrisdholt : ping, its been more than a month since i made this. any updates ? or @radium-v ?