pglejzer / timepicker-ui

timepicker-ui is an easy library with timepicker. Fully wrote with TypeScript. This library is based on Material Design from Google.
MIT License
62 stars 18 forks source link

"switchToMinutesAfterSelectHour" on mobile #13

Closed RedskyThirty closed 2 years ago

RedskyThirty commented 2 years ago

When "switchToMinutesAfterSelectHour" is on "true", if I'm on a mobile and I try de go back the the hours it directly switch to the minutes. It's impossible to change the hours, it jumps back automaticaly and immediatly on the minutes.

pglejzer commented 2 years ago

Hi, thanks for the report, I will try to fix it :) sorry for all bugs

RedskyThirty commented 2 years ago

Hi, thanks for the report, I will try to fix it :) sorry for all bugs

No prob ;-) But yes, there are lots of micro "bugs" and some missing functionalities (for my use). Personally I finished by creating a class above yours (overriding some methods) to make some things easier and prevent strange behaviours like multiple triggered events, and so on.

Anyway, your lib is really nice. Thanks for sharing it for free ;-)

pglejzer commented 2 years ago

I added new version with fixes. If something is still not working, let me know. I close this issue but you can open/write here anytime you want.

RedskyThirty commented 2 years ago

I added new version with fixes. If something is still not working, let me know. I close this issue but you can open/write here anytime you want.

Ok, thanks a lot for your responsivness. I'll check that late today.