You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the v-number-input in the playground of vuetify.com, when holding the left mouse button down on the arrow up or down spinner button, the increment or decrement action is repeated as long as I hold the mouse button. This is not the case in my app whith exactly the same code. It increments only once.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using the v-number-input in the playground of vuetify.com, when holding the left mouse button down on the arrow up or down spinner button, the increment or decrement action is repeated as long as I hold the mouse button. This is not the case in my app whith exactly the same code. It increments only once.
Example of code
<v-number-input label="test" control-variant="default"></v-number-input>
and this is the same whatever control-variant may be :stacked, split, etc.
What could explain this behaviour ?
Beta Was this translation helpful? Give feedback.
All reactions