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
What is the actual intended workflow for the scrollable option of the v-time-picker? Given that you additionally need to click onto the component for selecting the time, this scrollability seems to be superfluous.
Either the v-time-picker component should emit an event after scrolling, or imho the scrollable prop should be removed.
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 3.7.11
Vue Version: 3.5.13
Browsers: Firefox 135.0
OS: Windows 10
Steps to reproduce
Use the scroll wheel in the time picker clock to scroll through hours / minutes
Expected Behavior
The time displayed below the time picker should be updated (via v-model)
Actual Behavior
The time is just updated when you click onto the clock.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
What is the actual intended workflow for the scrollable option of the v-time-picker? Given that you additionally need to click onto the component for selecting the time, this scrollability seems to be superfluous.
Either the v-time-picker component should emit an event after scrolling, or imho the scrollable prop should be removed.
The text was updated successfully, but these errors were encountered: