Skip to content

[FEATURE] Improve open-form by adding support for free form (non-enum) string multiselects #467

@nikcheerla

Description

@nikcheerla

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions