dbrekalo / vue-date-pick

Lightweight and mobile friendly date time picker based on Vue. Vue date pick emphasizes performance, elegant and usable UI on all screen sizes and simplicity of configuration. Has no dependencies on css frameworks or date libraries. Weighs less then 5KB.
https://dbrekalo.github.io/vue-date-pick/
MIT License
251 stars 84 forks source link

Fix: Month and Year not clickable on safari. #71

Closed bragento closed 3 years ago

bragento commented 3 years ago

Hey there @dbrekalo,

nice repo. Thank you for your awesome work.

Currently there is one problem on safari: If you click on month or year it will not open the select dropdown. It is because safari has a fixed size for those elements.

If you add -webkit-appearance you can attach width: 100% and height: 100%.

dbrekalo commented 3 years ago

@bragento great work!

bragento commented 3 years ago

@dbrekalo thank you for the quick merge :)

When do you plan to release it on npm?

bragento commented 3 years ago

@dbrekalo Hi there any updates? :)

dbrekalo commented 3 years ago

@bragento will try to publish it this week.

janmarkuslanger commented 3 years ago

@dbrekalo any updates? :)