Skip to content

Commit 6a9e44f

Browse files
committed
fix(Textarea): Add rows to FormKitPrimeTextareaProps
1 parent 5254c7f commit 6a9e44f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/components/PrimeTextarea.vue

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export interface FormKitPrimeTextareaProps {
1111
unstyled?: TextareaProps['unstyled']
1212
autoResize?: TextareaProps['autoResize']
1313
placeholder?: TextareaProps['placeholder']
14+
rows?: TextareaProps['rows']
1415
size?: TextareaProps['size']
1516
1617
}

0 commit comments

Comments
 (0)