vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.06k stars 6.91k forks source link

[Bug Report][3.5.16] VTimePicker am/pm button cannot be clicked #19637

Open kingyue737 opened 2 weeks ago

kingyue737 commented 2 weeks ago

Environment

Vuetify Version: 3.5.16 Vue Version: 3.4.23 Browsers: Edge 123.0.0.0 OS: Windows 10

Steps to reproduce

Click am/pm button

Expected Behavior

Can be clicked

Actual Behavior

Cannot be clicked

Reproduction Link

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

Other comments

am/pm button group has class 'v-time-picker-controls__ampm--readonly' which disables pointer events

kingyue737 commented 2 weeks ago

Required to set ampm-in-title to make it not read-only. Is this the expected behavior?

https://github.com/vuetifyjs/vuetify/blob/afee26200e937659d69db68c29a5d8d40b9ee7cd/packages/vuetify/src/labs/VTimePicker/VTimePicker.tsx#L314