primevue icon indicating copy to clipboard operation
primevue copied to clipboard

InputMask disabled attr error

Open jairoblatt opened this issue 2 years ago • 0 comments

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

jairoblatt avatar Jun 03 '22 16:06 jairoblatt