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 9e927fc commit 3cad665Copy full SHA for 3cad665
src/components/PrimeInputText.vue
@@ -13,6 +13,7 @@ export interface FormKitPrimeInputTextProps {
13
unstyled?: InputTextProps['unstyled']
14
size?: InputTextProps['size']
15
inputType?: string | undefined
16
+ placeholder?: string
17
}
18
19
const props = defineProps({
src/components/PrimeTextarea.vue
@@ -11,7 +11,8 @@ export interface FormKitPrimeTextareaProps {
11
unstyled?: TextareaProps['unstyled']
12
autoResize?: TextareaProps['autoResize']
size?: TextareaProps['size']
-
+ rows?: number
0 commit comments