Skip to content

Commit 38862e4

Browse files
committed
fix(Textarea): Property 'rows' does not exist on type 'TextareaProps'
1 parent 3928ebd commit 38862e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/PrimeTextarea.vue

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export interface FormKitPrimeTextareaProps {
1010
ptOptions?: TextareaProps['ptOptions']
1111
unstyled?: TextareaProps['unstyled']
1212
autoResize?: TextareaProps['autoResize']
13-
rows?: TextareaProps['rows']
1413
placeholder?: TextareaProps['placeholder']
1514
size?: TextareaProps['size']
1615

0 commit comments

Comments
 (0)