jstanden / cerb

Cerb is a fully customizable, web-based platform for enterprise communication and process automation. Create high volume shared inboxes. Integrate with any API-based service and automate nearly any repetitive digital workflow using the specialized KATA language and browser-based coding tools. Production: https://github.com/cerb/cerb-release/
https://cerb.ai/
Other
80 stars 38 forks source link

Date-type inputs on worker interactions should allow date & time #1782

Open Hildy opened 1 month ago

Hildy commented 1 month ago

See linked ticket for details, but the gist is that the date selector on a date-type text input in a worker interaction will only input a date, and will overwrite the time if present.

jstanden commented 1 month ago

The jQueryUI component has no support for this, and it doesn't look easy to add.

We could switch to https://github.com/flatpickr/flatpickr or handle it with a worker interaction and a new await:calendar: element.