OptionalformattedBlank?: stringOptionalInput?: (props: MultiSelectFieldInputProps<T>) => JSX.Element | nullThe input component to use when editing.
OptionalisLoading?: booleanIndicates if the options are currently loading.
OptionalmaxItems?: numberMaximum length for values (validation).
OptionalminItems?: numberMinimum length for values (validation).
The options for the field.
Optionalplaceholder?: stringPlaceholder text to display in the search input.
OptionalrefetchOptions?: () => voidA callback function that refetches options.
The text to display when the value is blank.