Select

Provides a simple select with given options. For a more advanced select formfield with support for conditional/depending inputs, check out the dynamic input

Options

Multiple

Check this box if you want to allow selecting multiple items. This requires your column to be JSON!

Options

Here you can enter all selectable options you want to show in your select. The key will be stored in the database, value will be displayed to the user.

Booleans

When you want to use boolean values simply enter true or false as your keys.

Last updated