Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report][3.7.11] scrollable v-time-picker does not emit events when scrolling #20971

Open
PHorwat opened this issue Feb 10, 2025 · 0 comments
Assignees
Labels
C: VTimePicker T: bug Functionality that does not work as intended/expected

Comments

@PHorwat
Copy link
Contributor

PHorwat commented Feb 10, 2025

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.

@blalan05 blalan05 added T: bug Functionality that does not work as intended/expected C: VTimePicker and removed S: triage labels Mar 1, 2025
@blalan05 blalan05 self-assigned this Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VTimePicker T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

2 participants