Using the v-number-input in the playground of vuetify, 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 with 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?
Using the v-number-input in the playground of vuetify, 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 with 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?
Share Improve this question edited Mar 21 at 11:53 Ali Khakbaz 3445 bronze badges asked Mar 15 at 6:32 MeaulnesMeaulnes 5051 gold badge9 silver badges29 bronze badges 01 Answer
Reset to default 1VNumberInput supports control holding since v3.7.15 https://github/vuetifyjs/vuetify/pull/20987
Please check your local Vuetify version