[v4 beta1: InputMask] Placeholder attribute does not work #5664
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
In V3 you can do a
<InputMask v-model="example" placeholder="Some placeholder" />
but in V4 this never shows the actual placeholder.Reproducer
https://stackblitz.com/edit/fnhizx?file=src%2FApp.vue
PrimeVue version
v4 beta1
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
The v3 docs do show show the placeholder
The v4 docs do not show the placeholder
Also check the stackblitz where I show that the
<InputText />
does work, but the<InputMask>
does not.Expected behavior
The placeholder should be shown for the
<InputMask>
too when provided.The text was updated successfully, but these errors were encountered: