Replies: 1 comment
-
Make sure you have updated your dependencies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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