phoenixwong / vue2-timepicker

A dropdown time picker (hour|minute|second) for Vue 2.x, with flexible time format support
https://phoenixwong.github.io/vue2-timepicker/
MIT License
432 stars 193 forks source link

Disabled timepicker not display value on safari #124

Closed godshades closed 4 years ago

godshades commented 4 years ago

Hi, on chrome when disable it display gray color like this image

But on safari, this color is white => can't see (maybe safari bug)

I need change style to this

.vue__time-picker input.display-time:disabled, .vue__time-picker input.display-time.disabled {
    color: gray !important;
}
phoenixwong commented 4 years ago

Hi @godshades,

Thanks for the report. However, I cannot reproduce it with the Safari on my end -- Version 13.1 (15609.1.20.111.8).

Safari-disabled-value-color-test

Can you try opening this JSFiddle with your Safari and capture a screenshot? Along with your current Safari and macOS version will be even better.