最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

vuetify.js - Vuetify: The up and down arrow button on v-number-input do not repeat action when holding mouse button down - Stack

programmeradmin1浏览0评论

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 0
Add a comment  | 

1 Answer 1

Reset to default 1

VNumberInput supports control holding since v3.7.15 https://github/vuetifyjs/vuetify/pull/20987

Please check your local Vuetify version

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论