We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9399332 commit 9830ac6Copy full SHA for 9830ac6
src/addons/TextArea/TextArea.d.ts
@@ -14,7 +14,7 @@ export interface StrictTextAreaProps {
14
* @param {SyntheticEvent} event - The React SyntheticEvent object
15
* @param {object} data - All props and the event value.
16
*/
17
- onChange?: (event: React.FormEvent<HTMLTextAreaElement>, data: TextAreaProps) => void
+ onChange?: (event: React.ChangeEvent<HTMLTextAreaElement>, data: TextAreaProps) => void
18
19
/**
20
* Called on input.
0 commit comments