We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afa274 commit 6a28637Copy full SHA for 6a28637
2 files changed
.changeset/silly-pens-play.md
@@ -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
@@ -48,7 +48,6 @@ function TextArea(
48
onChange,
49
maxRows = 10,
50
rows = 3,
51
- mods,
52
labelProps: userLabelProps,
53
inputRef: propsInputRef,
54
value,
0 commit comments