I have a question and maybe a Vue bugg.
I have a custom component that needs a @change.native event. But it does not trigger anything and I could not find anything about this issue myself.
So i tried some different stuff and like @click.native and @input.native does work. Even tho @input.native works and do the trick i want to, i still want to know why the change event does not work.
Anybody? Else I should report this.
Vue version: 2.5.2
<custom-input type="search"
placeholder="search"
v-model="search"
@input.native="change" />
custom-inputtemplate look like?custom-inputwhere thechangeevent is handled as expected: jsfiddle.net/p8v2adyt/1