Skip to content

Commit 314bf89

Browse files
committed
fix(PrimeInputText): remove iconPosition from IconField - property no longer exists in V4
1 parent 485318b commit 314bf89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/PrimeInputText.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
import { type PropType, computed } from 'vue'
33
import type { FormKitFrameworkContext } from '@formkit/core'
44
import type { InputTextProps } from 'primevue/inputtext'
5-
import type { IconFieldProps } from 'primevue/iconfield'
65
76
export interface FormKitPrimeInputTextProps {
87
pt?: InputTextProps['pt']
98
ptOptions?: InputTextProps['ptOptions']
109
unstyled?: InputTextProps['unstyled']
1110
placeholder?: InputTextProps['placeholder']
1211
icon?: string
13-
iconPosition?: IconFieldProps['iconPosition']
1412
}
1513
1614
const props = defineProps({

0 commit comments

Comments
 (0)