Skip to content

Commit

Permalink
fix(PrimeInputText): remove iconPosition from IconField - property no…
Browse files Browse the repository at this point in the history
… longer exists in V4
  • Loading branch information
sfxcode committed Jun 29, 2024
1 parent 485318b commit 314bf89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/PrimeInputText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
import { type PropType, computed } from 'vue'
import type { FormKitFrameworkContext } from '@formkit/core'
import type { InputTextProps } from 'primevue/inputtext'
import type { IconFieldProps } from 'primevue/iconfield'
export interface FormKitPrimeInputTextProps {
pt?: InputTextProps['pt']
ptOptions?: InputTextProps['ptOptions']
unstyled?: InputTextProps['unstyled']
placeholder?: InputTextProps['placeholder']
icon?: string
iconPosition?: IconFieldProps['iconPosition']
}
const props = defineProps({
Expand Down

0 comments on commit 314bf89

Please sign in to comment.