OpenRailAssociation / osrd-ui

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

Create Helper Functions for Simplifying Select Component #555

Open kmer2016 opened 1 month ago

kmer2016 commented 1 month ago

Description and goal

Based on dicussions here, we can make the Select component easier to use, especially for simple data types (e.g strings). This would reduce the need to always pass getOptionLabel and getOptionValue callbacks for basic use cases.

Acceptance criteria