RocketChat/fuselage

Date Time Picker Element

mustafahasankhan opened this issue · 0 comments

Problem statement

  • Rocket.Chat app developers might need a date time picker element to precisely set time in Javascript Dates in order to schedule tasks/jobs.
  • Example: In ClickUp Rocket.Chat app, in order to set start/due dates for tasks, a user might want to set an interval for few hours in start and due durations, currently datepicker element lets user to select only date.

Example, currently datepicker element allows-

image

Describe the behavior of New Component

  • Allowing users to select Date and Time (using Javascript datatime-local type)

Example, possible new datetimepicker element would allow-

image