Closed LenvZyl closed 4 years ago
To set pre selected values, pass an array (List) of the same type of the values of the field to the value property. I'm using it in another app and it's working. I'll update the example to show that.
@cetorres Would you please provide an example of how exactly we can have pre-selected data.
@cetorres Would you please provide an example of how exactly we can have pre-selected data.
example: initialValue: ["Running"]
How does one have values preselected when the Widget is built. Setting
value
only returns an Error andinitialValue
only takes an int.