OptionalblankValue?: TOptionalformattedBlank?: stringThe text to display when the value is blank.
OptionalInput?: (props: SelectFieldInputProps<T>) => JSX.Element | nullThe input component to use when editing.
OptionalisLoading?: booleanIndicates if the options are currently loading.
OptionalnoClear?: booleanHides the clear button.
The options for the field.
Optionalplaceholder?: stringPlaceholder text to display when the value is blank.
OptionalrefetchOptions?: () => voidA callback function that refetches options.
The value to set the field to when cleared. Useful for fields with type
X | nullbut have a non-null initial value since the zero-value ofXis used by default in that case.