We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41d91a commit af80ee3Copy full SHA for af80ee3
src/components/input/TextArea.tsx
@@ -52,7 +52,6 @@ const TextArea = ({
52
const textArea = (
53
<RcTextArea
54
{...props}
55
- value={value}
56
maxLength={maxLength}
57
className={classNames(className && !showCount ? [className!] : '')}
58
style={showCount ? {} : style}
0 commit comments