primevue
primevue copied to clipboard
InputMask disabled attr error
Describe the bug
Hi, first of all I love primevue so much, thanks to keep doing it. So, i'm facing this issue in InputMask with typescript.
It looks like the InputMask props don't extend input html attributes.
<InputMask
:model-value="phone"
mask="(99)99999-9999"
disabled
/>
Reproducer
No response
PrimeVue version
3.12.6
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response