OpenRailAssociation / osrd-ui

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

ui-core: nuke value in Select #538

Open emersion opened 1 month ago

emersion commented 1 month ago

We don't really need a value here, we can just use indexes instead. This makes it easier to use Select for small lists (e.g. 3 static choices) and simplifies the code.

Discussion: https://github.com/OpenRailAssociation/osrd/pull/8838#discussion_r1766745894