We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3928ebd commit 38862e4Copy full SHA for 38862e4
src/components/PrimeTextarea.vue
@@ -10,7 +10,6 @@ export interface FormKitPrimeTextareaProps {
10
ptOptions?: TextareaProps['ptOptions']
11
unstyled?: TextareaProps['unstyled']
12
autoResize?: TextareaProps['autoResize']
13
- rows?: TextareaProps['rows']
14
placeholder?: TextareaProps['placeholder']
15
size?: TextareaProps['size']
16
0 commit comments