You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use values of objects for the select options:
option:1 {label: "Age-5", value:{name:"Age", value:"5"}}.
option:1 {label: "Age-5", value:{name:"Age", value:"5"}}.
option:1 {label: "Age-5", value:{name:"Age", value:"5"}}.
But When the options are chosen, they don't get matched against the selected values 👍
I have tried valueRenderer option too, but can't quite get that to working. Any pointers to fix this is much appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
will display 'dog1' as selected value and on select it will call console.log with the corresponding selected dog as object, e.g. { id: 2, name: 'dog2' }.
May be related to #858
Are you reporting a bug or runtime error?
I am trying to use values of objects for the select options:
option:1 {label: "Age-5", value:{name:"Age", value:"5"}}.
option:1 {label: "Age-5", value:{name:"Age", value:"5"}}.
option:1 {label: "Age-5", value:{name:"Age", value:"5"}}.
But When the options are chosen, they don't get matched against the selected values 👍
I have tried
valueRenderer
option too, but can't quite get that to working. Any pointers to fix this is much appreciated.Thanks
The text was updated successfully, but these errors were encountered: