MultiSelectField
Field that allows users to select multiple values from a predefined list.
Extends the generic Field contract with the multi-choice semantics of MultiSelectComponent. Ideal for tagging, categorization, and other scenarios where more than one option may apply.
Implementations should clearly convey selection state and support efficient addition/removal of choices.
Properties
Link copied to clipboard
Collection of formulas applied to this field. Order may determine execution precedence.
Link copied to clipboard
Unique key that identifies this field within a document. Must be stable across updates.
Link copied to clipboard
Whether the field starts hidden before any logic evaluation occurs.
Link copied to clipboard
Optional FieldLogic describing visibility logic for the field