fix: mockOnChange on user input textarea
This commit is contained in:
@@ -8,6 +8,7 @@ interface ChatInputProps
|
||||
const ChatInput = React.forwardRef<HTMLTextAreaElement, ChatInputProps>(
|
||||
({ className, ...props }, ref) => (
|
||||
<Textarea
|
||||
mockOnChange={false}
|
||||
autoComplete="off"
|
||||
ref={ref}
|
||||
name="message"
|
||||
|
||||
Reference in New Issue
Block a user