Select
A select input lets users choose one value from a defined list.
Select inputs are useful for status fields, categories, types, priorities, countries, and other controlled vocabularies where the project should guide users toward consistent values. They are input components, so they read from and save to one field on the record.
When to Use It
Use a select when the possible answers are known and the user should choose a single option.
Selects help keep reporting, filtering, and workflow rules consistent because users are not typing their own variations. If the list is long or should be searchable, use Autocomplete. If users must choose several values, use Checkbox Group or Tagger.
What Can Be Configured
Options
The available choices can be defined for the project. The list should use labels that project teams understand and should avoid near-duplicates that make reporting harder.
Behaviour
A select can be strict, allowing only the listed choices, or it can allow a user-entered value when the workflow needs a controlled list with some flexibility. A selection can also refresh the record when other parts of the page depend on the chosen value.
Layout and Spacing
Short lists such as status or priority usually work well in a compact column. Longer labels may need more width so the selected value remains easy to read.
Conditional Display
The field can be shown only for relevant record types, phases, or permissions.