primefaces / primevue

Next Generation Vue UI Component Library
https://primevue.org
MIT License
10.48k stars 1.22k forks source link

InputMask disabled attr error #2627

Closed jairoblatt closed 2 years ago

jairoblatt commented 2 years ago

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
   />

image

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

tugcekucukoglu commented 2 years ago

Could you please try to use v3.16.0? If problem is still persist, please reopen this same issue with a codesandbox example.