Closed rpkraghu7 closed 8 months ago
Can you please provide either a sandbox of this issue (https://formio.github.io/formio.js/app/sandbox.html) or a jsfiddle so that we can see what you are running into? It is hard to visualize the issue from your description.
@rpkraghu7 Going to go ahead and close this issue as we haven't heard back from you. If you have more information so we might assist you better please let us know!
Hi, I have a scenario to pre-populate the multi select dropdown with all the options I provide in the "values" key of the Select dropdown.
Issues absorbed:
data:{ values:[ { label:"option1", value:"optionValue1" } ] }
.Any help would be appreciated. Thanks in advance.