Aam Surganda

Results 4 comments of Aam Surganda

PR #4 will solve this issue. @mjstealey

try `@change.native="someFunction"`

you can also try `@blur.native="yourFunction"`

> Here is a workaround while we wait for a fix: > > ``` > if (process.env.NODE_ENV === 'development') { > const observer = new MutationObserver(mutations => { > mutations.forEach(mutation...