Update Vue property on autocomplite
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
I'm having this issue as well. Any updates or quick fixes?
Does anyone know a workaround for this problem?
@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.