Skip to content

Commit

Permalink
make TextArea value always be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Kondrashov committed Feb 20, 2024
1 parent ef8684c commit 189d9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addons/TextArea/TextArea.d.ts
Expand Up @@ -29,7 +29,7 @@ export interface StrictTextAreaProps {
rows?: number | string

/** The value of the textarea. */
value?: number | string
value: string
}

declare const TextArea: ForwardRefComponent<TextAreaProps, HTMLTextAreaElement>
Expand Down

0 comments on commit 189d9e4

Please sign in to comment.