nowcommunity / nowdatabase

Rebuild of the nowdatabase application for luomus
MIT License
3 stars 1 forks source link

In time unit edit mode, the returned value from Sequence should show the Display value of the selection #605

Open juhanikat opened 4 days ago

juhanikat commented 4 days ago

For example "Central Paratethys" instead of "centralparatethys".

Note: Once the user selects a new sequence, this information exists in the "selected" parameter of the selectorFn function inside FieldWithTableSelection. This simply needs to be set as the value of the FieldWithTableSelection, should probably make a new editingComponent for this use case.