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

The .native modifier

Open MohammaddReza opened this issue 4 years ago • 7 comments

The .native modifier for v-on is only valid on components but it was used on

why this error happens for default?

MohammaddReza avatar Dec 25 '19 10:12 MohammaddReza

I have the same warning: The .native modifier for v-on is only valid on components but it was used on <button>

Maybe is something related with this https://github.com/JayeshLab/vue-numeric-input/blob/master/src/vue-numeric-input.vue#L26

jsancho-gpl avatar Dec 26 '19 15:12 jsancho-gpl

There is a PR that fixes this. Please consider mergeing it.

thoni56 avatar Dec 30 '19 14:12 thoni56

Can we get the PR merged, please? @JayeshLab

alexandernst avatar Dec 31 '19 09:12 alexandernst

I see that not every press generate a change event, could this be related to this?

thoni56 avatar Dec 31 '19 12:12 thoni56

PR merged

JayeshLab avatar Jan 03 '20 15:01 JayeshLab

Thanks!

thoni56 avatar Jan 04 '20 10:01 thoni56

Thank you!!

jsancho-gpl avatar Jan 07 '20 10:01 jsancho-gpl