InputMask: FloatLabel defects #5956
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
the InputMask component does not shoe the p-filled class after filling the input,
that create an error with float label component: even with a filled input the label returns over the text
Reproducer
https://github.com/primefaces/primevue
PrimeVue version
4.0.0-rc.2
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
<FloatLabel> <InputMask id="testInput" v-model="test" type="text" mask="999-999-999"/> <label for="username">Test Input</label> </FloatLabel>
Expected behavior
the label for a filled component remains outside the input
The text was updated successfully, but these errors were encountered: