vue-masked-input icon indicating copy to clipboard operation
vue-masked-input copied to clipboard

v-on:change does not fire

Open gvdonovan opened this issue 7 years ago • 4 comments

v-on:change="onChanged($event)" for example does not fire

gvdonovan avatar Jun 14 '17 20:06 gvdonovan

Try v-on:change.native. See why.

niksmr avatar Jun 15 '17 07:06 niksmr

v-on:change.native is not firing at all for me either.

ejrudy avatar Feb 27 '18 17:02 ejrudy

neither @change.native is working nor blur on tab-key-up. This is weird behaviour for any input field. Please fix native behaviour in your nice component

vosmer avatar Mar 12 '18 08:03 vosmer

blur not working, it needs to element.io form validation

Yakoot avatar May 21 '18 22:05 Yakoot