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

Fix: Pass attributes of InputMask #6101

Closed
wants to merge 1 commit into from

Conversation

SamuelWei
Copy link

@SamuelWei SamuelWei commented Jul 24, 2024

Defect Fixes

Fixes #6100, by passing props of InputMask to InputText.

Placing the v-bind first, will not override any explicity set props (https://v3-migration.vuejs.org/breaking-changes/v-bind#_3-x-syntax)

Copy link

vercel bot commented Jul 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
primevue ⬜️ Ignored (Inspect) Visit Preview Jul 24, 2024 7:58am
primevue-v3 ⬜️ Ignored (Inspect) Visit Preview Jul 24, 2024 7:58am

@SamuelWei SamuelWei changed the title Pass attributes to InputText Fix: Pass attributes to InputText Jul 24, 2024
@SamuelWei SamuelWei changed the title Fix: Pass attributes to InputText Fix: Pass attributes to InputMask Jul 24, 2024
@SamuelWei SamuelWei changed the title Fix: Pass attributes to InputMask Fix: Pass attributes of InputMask Jul 24, 2024
@SamuelWei SamuelWei closed this Aug 1, 2024
@tugcekucukoglu
Copy link
Member

The implementation is incorrect. rootPTOptions cannot bind using v-bind, it is a pt object.

Thanks for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InputMask: Missing id property
2 participants