Replies: 1 comment
-
yeah, {label, value} are the keys to make it work |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
right now it works fine if I have editSelectOptions =[ "ar","de","it"...] but I'd like to have a different value displayed than the key it should select, eg [{name:"Argentina","so:ar"},{name: "Germany",iso:"de"},{name:"Italy",code:it"}] or whatever format so it displays "Germany" but uses "de" as the data selected
is this possible?
Beta Was this translation helpful? Give feedback.
All reactions