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
To elaborate on @jtmuller5's answer...
If you set dataSource: [ { "display": "Running", "value": "1", } ], your "value" will be of type String. This means you need to match the type in your initalValue-List.
I have tried to set initialValue value on MultiSelectFormField. but it's not working.
My dataset was like:
dataSource: [ { "display": "Running", "value": "1", } ]
And the initialValue is set to
[1]
The text was updated successfully, but these errors were encountered: