OpenRailAssociation / osrd-ui

Icons, fonts, colors, components and all user interface items for OSRD project.
8 stars 5 forks source link

ui-core: make combobox filter optional #628

Closed SarahBellaha closed 1 month ago

SarahBellaha commented 1 month ago

This PR adds a new prop to the ComboBox component so that the default suggestion filter can be deactivated. This modification is necessary in cases where suggestions need to be displayed in a specific non-alphabetical order.

Also closes #578