DropdownField
Field that allows users to select a single value from a predefined list.
Combines the generic Field behavior with DropdownComponent to provide a compact selector UI. Useful when the set of valid values is known and constrained, improving data quality and user efficiency.
Implementations support searching if options contain more than 20 elements are based on Field logic.
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