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
Right now if you want to create a freeform string multiselect, you can't do it with the open-form API. You have to specify an enum.
I want users to be able to add a comma separated list of emails in a form but not have to select from a predetermined list
You could always have just a string input and parse it later by separating into commas, but this enforces less input validation and is worse UC
Could build a custom interactive modal, but feels like a use-case open form should just support