OptionaldefaultValue?: stringInitial value as a separated string.
Optionalinput?: InputProps<InputSchema>Props passed to the internal text input.
Optionalname?: stringName attribute for the hidden input.
OptionalonBlur?: FocusEventHandler<HTMLInputElement>Callback when the input is blurred.
OptionalonChange?: ChangeEventHandler<HTMLInputElement>Callback when the hidden input value changes.
Optionalrender?: RenderFnCustom render function for chips.
Optionalrequired?: booleanWhether the field is required.
Optionalseparator?: stringThe character used to separate values in the hidden input and when pasting.
Optionalvalue?: stringControlled value as a separated string.
Props for the ChipsInput component.