ugent-library / biblio-backoffice

Apache License 2.0
7 stars 0 forks source link

Close modals with ESC key #1656

Open verheyenkoen opened 2 months ago

verheyenkoen commented 2 months ago

Enhancement

Allow modal popups to be closed by hitting the ESC key on the keyboard.

Expected behavior

TBD:

(*) Important! Modal popups containing form fields don't necessary contain a <form> element as HTMX can collect form values via a custom selector via hx-include.

Note: since a redesign is upcoming, maybe we won't have any forms left in modal popups (only confirm/error dialogs) so this behaviour would only be temporary. In that case we can probably ignore the dirty check, or have this ticket on hold until after the redesign.

mietcls commented 2 months ago

Thank you for this recap. Seems like a good idea to wait until we have done the redesign, so we don't surprise people with unexpected behaviour and wind up fixing the dirty state anyways.