tiny-date-picker icon indicating copy to clipboard operation
tiny-date-picker copied to clipboard

Add timepicker

Open LMarcinkowski opened this issue 6 years ago • 11 comments

Are you planning to add timepicker?

LMarcinkowski avatar Apr 06 '18 14:04 LMarcinkowski

No, It's not currently on my list of things to do.

Out of curiosity, do you have a UI/UX example of a time-picker that you like best? I've never found one that I really liked.

chrisdavies avatar Apr 08 '18 01:04 chrisdavies

I agree this would be a great addition.

I think element-ui's DateTimePicker does a decent job: http://element.eleme.io/#/en-US/component/datetime-picker

lehni avatar May 27 '18 21:05 lehni

Will be very very helpful.

stalkerg avatar Aug 06 '18 01:08 stalkerg

I've actually started working on date picker v3 which will do a number of things, mostly make it more maintainable for me. :) But I'm adding a time picker, TypeScript signatures, and a handful of other things.

chrisdavies avatar Aug 06 '18 11:08 chrisdavies

@chrisdavies Do you have an ETA for v.3? I am asking NOT because I want to hurry you! It's just that I need a decent date AND time picker that doesn't depend on JQuery, and would love to use yours.

mercmobily avatar Oct 05 '18 23:10 mercmobily

@mercmobily I haven't assigned myself a deadline. Probably should, eh? I'll give it some thought and update this thread.

chrisdavies avatar Oct 08 '18 13:10 chrisdavies

It would be fantastic, since this is -- as far as I can see -- the only decent picker available. (!) But it's free software. So... it's totally up to you. Kudos for the hard work done up to this point regardless! :D

mercmobily avatar Oct 08 '18 13:10 mercmobily

Thanks, @mercmobily, that's a high compliment! If you actually dig into the code, you may change your mind ;)

My spare time is at a super high premium right now, so I haven't been able to give this or any of my OSS projects much love. I'm going to sit down and think about a good way to move forward, given my constraints.

chrisdavies avatar Nov 08 '18 16:11 chrisdavies

To everyone who is asking for a time picker, would you be OK with it being a separate component (e.g. you pick a date, then as a separate step, you pick a time). This is how Google calendar does it:

image

Here's a previous issue about this: https://github.com/chrisdavies/tiny-date-picker/issues/58

There, I decided not to increase the size of this library to include time, but instead to create a second library that provides an independent time-picker component.

Thoughts?

chrisdavies avatar Nov 17 '18 15:11 chrisdavies

I quite like ATUI's TimePicker: https://aliqin.github.io/atui/src/components/TimePicker

lehni avatar Nov 17 '18 15:11 lehni

@chrisdavies Chris, hi

Do you continue working on tinypicker ? You said you worked on v3 which will have time picker too.

We are using tinypicker and it's best vanila picker out there, thank you for the work!

gety9 avatar Jan 30 '20 12:01 gety9