Skip to main content

Multiselect inputs

A form element to select one or more items from a list of enumerated options.

They can be configured to return either string or numeric data types. Selected items are returned as a list of strings or list of numbers, depending on how the element is configured.

Static values

Static values are input manually. Hex supports several methods:

  • Type them one-by-one and pressing Enter/Return
  • Enter a comma-separated list (option 1, option 2, option 3) and hit Enter/Return
  • Copy-paste a comma separated list

Dynamic values

Dynamic values allow you to link a Multiselect's available options to a list that has been defined in the project itself.

caution

Multiselects will only show the first 2,000 results, all following options will be truncated.