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
edimitchel opened this issue Jul 1, 2024 · 0 comments · Fixed by #20126 · 4 remaining pull requests
Closed

[Bug Report][3.6.10] Time picker : Warning events when minutes is set to 0 #20085

edimitchel opened this issue Jul 1, 2024 · 0 comments · Fixed by #20126 · 4 remaining pull requests
Labels
C: VTimePicker 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

@edimitchel edimitchel changed the title [Bug Report][3.6.10] TIme picker : Warning events when minutes is set to 0 [Bug Report][3.6.10] Time picker : Warning events when minutes is set to 0 Jul 1, 2024
@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected C: VTimePicker VTimePicker labels Jul 9, 2024
@KaelWD KaelWD added this to the v3.6.x milestone Jul 9, 2024
@github-actions github-actions bot removed the S: triage label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment