2025-05-25T19:46:34Z

Create a keyboard event handler that submits the form for all forms that only contain a datetime-local widget (as a non-hidden control).

Dorian Taylor

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input/datetime-local

It turns out that (at least in Firefox) the `datetime-local` input does not let you set a valid ISO8601/W3CDTF time stamp, only a truncated one.

Sense Atlas Front End