Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Hildy opened this issue May 6, 2024 · 1 comment
Open

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

Hildy opened this issue May 6, 2024 · 1 comment

Comments

@Hildy
Copy link
Collaborator

Hildy commented May 6, 2024

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
Copy link
Owner

jstanden commented May 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants