jpmorganchase / salt-ds

React UI components built with a focus on accessibility, customization and ease-of-use
https://www.saltdesignsystem.com
Apache License 2.0
121 stars 88 forks source link

ComboBox - Show all options after a value has been entered #3954

Open mark-tate opened 1 month ago

mark-tate commented 1 month ago

Created from #3785

Update Combobox to show all options when a user activates it but it contains text already.

joshwooding commented 1 month ago

Discussed this with a11y, there is no issue from an a11y viewpoint. The only requirement is that the behaviour is the same with mouse and keyboard. This means we need to update the custom filtering example. But that leaves the only question:

Should we built this into every example or make it more obvious as an option with a clear example?