Skip to content

Commit 6a28637

Browse files
authored
fix(TextArea): mods prop (#1096)
1 parent 6afa274 commit 6a28637

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.changeset/silly-pens-play.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cube-dev/ui-kit": patch
3+
---
4+
5+
Propagate mods to TextInputBase in TextArea.

src/components/fields/TextArea/TextArea.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ function TextArea(
4848
onChange,
4949
maxRows = 10,
5050
rows = 3,
51-
mods,
5251
labelProps: userLabelProps,
5352
inputRef: propsInputRef,
5453
value,

0 commit comments

Comments
 (0)