OptionalchipChip-group options (when type === 'chips').
OptionalfilterableWhether the dropdown should show an internal search box.
OptionaliconOptional Font Awesome icon class (e.g. 'fa-solid fa-folder').
State key in the Values record.
Display label.
OptionalmultiFor type === 'chips' only. When true, the chip group is multi-select:
the field's value is an array of selected option values and clicking a
chip toggles it in/out. When absent/false (default), the group is
single-select (value is the chosen option value, click replaces).
OptionaloptionsDropdown options (when type === 'dropdown'). Each option needs text + value.
OptionalplaceholderPlaceholder for text inputs / dropdowns.
Field type — drives which widget is rendered.
Per-field config understood by.