ZestfulNation / vue-number-input-spinner

A customizable number input spinner component for Vuejs with character validation and min/max values
https://zestfulnation.github.io/vue-number-input-spinner/
41 stars 21 forks source link

Each click counts as if it were 2 #35

Open victorLessa opened 4 years ago

victorLessa commented 4 years ago

When clicking on add value, the input adds up 2 times

drummerroma commented 3 years ago

Is there some solution for this problem?

drummerroma commented 2 years ago

Is there some solution for this problem?

found it by myself:

:mouseDownSpeed="500"