We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5254c7f commit 6a9e44fCopy full SHA for 6a9e44f
src/components/PrimeTextarea.vue
@@ -11,6 +11,7 @@ export interface FormKitPrimeTextareaProps {
11
unstyled?: TextareaProps['unstyled']
12
autoResize?: TextareaProps['autoResize']
13
placeholder?: TextareaProps['placeholder']
14
+ rows?: TextareaProps['rows']
15
size?: TextareaProps['size']
16
17
}
0 commit comments