Skip to content

Commit 189d9e4

Browse files
author
Sasha Kondrashov
committed
make TextArea value always be a string
1 parent ef8684c commit 189d9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addons/TextArea/TextArea.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface StrictTextAreaProps {
2929
rows?: number | string
3030

3131
/** The value of the textarea. */
32-
value?: number | string
32+
value: string
3333
}
3434

3535
declare const TextArea: ForwardRefComponent<TextAreaProps, HTMLTextAreaElement>

0 commit comments

Comments
 (0)