ComponentsFormSelectDropdown selection from a list of optionsCopy MarkdownOpenExamples Basic SelectPreviewCodeChoose an option With PlaceholderPreviewCodeSelect... Schema interface SelectSchema { type: 'select'; name?: string; label?: string; options: { label: string; value: string | number }[]; placeholder?: string; required?: boolean; disabled?: boolean; }TextareaMulti-line text input for longer contentComboboxSearchable dropdown for selecting from a list of options