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.
2 parents 4da5260 + 7fab8c1 commit d70b718Copy full SHA for d70b718
package.json
@@ -36,7 +36,7 @@
36
"prettier --write"
37
]
38
},
39
- "version": "3.4.0-rc.12",
+ "version": "3.4.0",
40
"license": "MIT",
41
"private": false,
42
"main": "lib/commonjs/index",
src/components/primitives/TextArea/index.tsx
@@ -52,6 +52,9 @@ const TextArea = (
52
onBlur={(e) => {
53
handleFocus(false, onBlur ? () => onBlur(e) : () => {});
54
}}
55
+ isDisabled={isDisabled}
56
+ isInvalid={isInvalid}
57
+ isReadOnly={isReadOnly}
58
/>
59
);
60
};
0 commit comments