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
Yeah, this is a nice feature and I've wanted to add it. For now, if you are looking to implement this for just a list of strings then you can use the SelectField with the multiple property set to true.
Is it possible to easily prevent the entry of duplicates in a list-field?
For example, a list could contain
{dog, cat, fish}
...But not
{dog, dog, cat, fish}
.Thanks, for any help you can provide, and thanks for an awesome library!
The text was updated successfully, but these errors were encountered: