Feedback request - time picker

Feedback request - time picker

allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin
edited February 2019 in General

Hi all,

I've been entering a fair amount of data using the Editor date/time picker recently and found that data entry via the time picker wasn't as fast as I would like due to the process of needing to select a value from the dropdown list (or typing it in).

As such, been experimenting with a new time picker UI which I've demoed here. Its more cluttered for certain, but its also much faster to select a time. As a comparison, this is the same example with the old UI.

I was wondering if I could solicit feedback from the community on whether you prefer the new UI or not!

Other options might be to do it more like how Google and Microsoft do and have a single dropdown list in half hour intervals and require typing for any other time value. An Android clock interface might be nice, but I think that would add more code weight to the library than I am happy with for what is effectively a sub feature.

Thanks,
Allan

Replies

  • Loren MaxwellLoren Maxwell Posts: 382Questions: 93Answers: 10

    Allan, I think the new interface is a clear winner.

    I'd also prefer this to the Google/Microsoft option since it keeps me on the mouse instead of alternating between the mouse and keyboard.

    Another thought -- could this be used to restrict the input of time, such having only certain hours available?

  • allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin

    Yes, with the new UI there is an hoursAvailable option (likewise minutesAvailable and secondsAvailable): http://live.datatables.net/ranapipe/3/edit . The unavailable ones are still show, but disabled, just like in the calendar picker to provide continuity.

    Thanks for the feedback!

    Allan

  • SchautDollarSchautDollar Posts: 21Questions: 6Answers: 1

    I'm a fan of the new UI.

    We use this feature more often than we'd like with tracking users timesheets and this UI is less error/misclick prone.

    How could I go about adding this? Could actually use it now if it's ready.

  • kenrightskenrights Posts: 36Questions: 10Answers: 0

    I'm new to coding in javascript / jquery and still tinkering. I'm trying to create a mobile application. Ajax, json, node, css, it's daunting at times but, having some fun as well.

  • allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin

    @SchautDollar - Thanks for the feedback. It will be part of Editor 1.9 which we'll be tagging and releasing towards the end of this week.

    Allan

This discussion has been closed.