Option Picker Value does not follow the Default Value #16248
-
I am having trouble displaying the data in the sql server database to the option picker that has been bound to the provider data. The data that I select in the list table has appeared on the side panel, but not for the option picker, even though I have entered the value from the list table. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @arrosyad - To populate the default value in your picker you should use the value, rather than the label. In this options picker component, I'm using "Custom" as an options source, and defining them as below: Meaning when I provide a default value I must give it a |
Beta Was this translation helpful? Give feedback.
Hey @arrosyad - To populate the default value in your picker you should use the value, rather than the label.
In this options picker component, I'm using "Custom" as an options source, and defining them as below:
Meaning when I provide a default value I must give it a
1
or2
for the value to populate.