We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#6998 #7011
been told that input mask pt works correctly, but after 2 days and reaching out to discord Im still unable to figure it out
how do you pass pt to InputMask?
// doesnt work, passes class but ts error <InputMask :pt="{ pcInputText: ['xxx'], }" ... /> // doesnt work, passes class but ts error <InputMask :pt="{ pcInputText: { class: ['xxx'], }, }" ... /> // doesnt work, passes xxx as root="xxx" instead of class="xxx" <InputMask :pt="{ pcInputText: { root: ['xxx'], }, }" ... /> // doesnt work, passes as root="[object Object]" instead of class="xxx" <InputMask :pt="{ pcInputText: { root: { class: ['xxx'], }, }, }" ... />
what am I missing
#7011
been told it works correctly, cant figure out how
https://stackblitz.com/edit/primevue-create-vue-typescript-issue-template-7ceumeeu?file=src%2FApp.vue,src%2Ftheme.ts
ubuntu
3.4.15
4.2.5
20
No response
link to reproduction above
class passed to pcInputText
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
#6998 #7011
been told that input mask pt works correctly, but after 2 days and reaching out to discord Im still unable to figure it out
how do you pass pt to InputMask?
what am I missing
Pull Request Link
#7011
Reason for not contributing a PR
Other Reason
been told it works correctly, cant figure out how
Reproducer
https://stackblitz.com/edit/primevue-create-vue-typescript-issue-template-7ceumeeu?file=src%2FApp.vue,src%2Ftheme.ts
Environment
ubuntu
Vue version
3.4.15
PrimeVue version
4.2.5
Node version
20
Browser(s)
No response
Steps to reproduce the behavior
link to reproduction above
Expected behavior
class passed to pcInputText
The text was updated successfully, but these errors were encountered: