This story is not configured to handle controls. Learn how to add controls
Name | Description | Default | Control |
---|---|---|---|
autoFocus | boolean | - | - |
description | ReactNode | - | - |
errorMessage | string | - | - |
isDisabled | boolean | - | - |
label | The content to display as the label. string & ReactNode | - | - |
onBlur | (() => void) & ((props: { editor: Editor; event: FocusEvent; transaction: Transaction; }) => void) | - | - |
onChange | (value?: string) => void | - | - |
placeholder | string | - | - |
status | "success""error""normal" | - | - |
successMessage | string | - | - |
value | string | - | - |
No interactions found