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 485318b commit 314bf89Copy full SHA for 314bf89
src/components/PrimeInputText.vue
@@ -2,15 +2,13 @@
2
import { type PropType, computed } from 'vue'
3
import type { FormKitFrameworkContext } from '@formkit/core'
4
import type { InputTextProps } from 'primevue/inputtext'
5
-import type { IconFieldProps } from 'primevue/iconfield'
6
7
export interface FormKitPrimeInputTextProps {
8
pt?: InputTextProps['pt']
9
ptOptions?: InputTextProps['ptOptions']
10
unstyled?: InputTextProps['unstyled']
11
placeholder?: InputTextProps['placeholder']
12
icon?: string
13
- iconPosition?: IconFieldProps['iconPosition']
14
}
15
16
const props = defineProps({
0 commit comments