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 34feb7a commit d9b4ca6Copy full SHA for d9b4ca6
src/components/PrimeInputText.vue
@@ -39,7 +39,6 @@ const styleClass = computed(() => (props.context?.state.validationVisible && !pr
39
40
<template>
41
<div class="p-formkit">
42
- {{ context.attrs.icon }}
43
<IconField v-if="hasIcon" :icon-position="context?.attrs.iconPosition">
44
<InputIcon :class="context.attrs.icon" />
45
<InputText
0 commit comments