Inputmask icon indicating copy to clipboard operation
Inputmask copied to clipboard

Update Vue property on autocomplite

Open Dionis78 opened this issue 5 years ago • 3 comments

Afte autocompliting field Vue property not changed. And if we change input (for example it class) then input cleared!

But after pasting from clipboard - changed.

https://jsfiddle.net/Dionis78/09cmLq74/9/

Autocomplete field and press "Update field". Input cleared. (see "Vue data". It's empty)

Paste to field or input digits from keyboard and press "Update field". Property filed correctly and field stay filled. (see "Vue data". It's filled)

  • OS: Any
  • Browser: Chrome
  • Inputmask version. 5.0.3 and 5.0.4 betta 33

Dionis78 avatar Apr 10 '20 13:04 Dionis78

I'm having this issue as well. Any updates or quick fixes?

TCURT15 avatar Sep 17 '20 11:09 TCURT15

Does anyone know a workaround for this problem?

canassa avatar Sep 27 '20 20:09 canassa

@Dionis78 , @TCURT15 , @canassa ,

Add the noValuePatching: true option and it will work. This is a workaround, but I will try to solve this out-of-the-box.

RobinHerbots avatar Mar 17 '21 13:03 RobinHerbots