Skip to content

Commit 18a994d

Browse files
committed
fix: textarea interactive props passed to input
1 parent ce873ae commit 18a994d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/primitives/TextArea/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ const TextArea = (
5252
onBlur={(e) => {
5353
handleFocus(false, onBlur ? () => onBlur(e) : () => {});
5454
}}
55+
isDisabled={isDisabled}
56+
isInvalid={isInvalid}
57+
isReadOnly={isReadOnly}
5558
/>
5659
);
5760
};

0 commit comments

Comments
 (0)