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.6.10] Time picker : Warning events when minutes is set to 0 #20085

Closed
Labels
C: VTimePicker T: bug Functionality that does not work as intended/expected
Milestone

Comments

@edimitchel
Copy link

Environment

Vuetify Version: 3.6.10
Vue Version: 3.4.30
Browsers: Firefox 127.0
OS: Mac OS 10.15

Steps to reproduce

Select hours, and minutes to something else than 0, then select 0.

Expected Behavior

No console warnings

Actual Behavior

Console logging 3 warning messages about bad payload emitted

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

This looks like 0 is treated as falsy value instead of actually a valid information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment