Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InputMask: FloatLabel defects #5956

Closed
mzuccaroli opened this issue Jun 24, 2024 · 0 comments
Closed

InputMask: FloatLabel defects #5956

mzuccaroli opened this issue Jun 24, 2024 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@mzuccaroli
Copy link

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

Screenshot 2024-06-24 alle 12 26 22

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

@mzuccaroli mzuccaroli added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jun 24, 2024
@tugcekucukoglu tugcekucukoglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Jun 26, 2024
@tugcekucukoglu tugcekucukoglu added this to the 4.0.0-rc.3 milestone Jun 26, 2024
@tugcekucukoglu tugcekucukoglu self-assigned this Jun 26, 2024
@tugcekucukoglu tugcekucukoglu changed the title InputMask: missing class p-filled InputMask: FloatLabel defects Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants