This repository has been archived on 2026-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/frontend/src/utils/form/navigate-away-prompt.md
2019-06-03 11:35:13 +02:00

511 B

Navigate Away Prompt Utility

This utility asks the user if (s)he really wants to navigate away from a page containing a form if (s)he already touched an input.

  • Form-Submits will not trigger the prompt.
  • Utility will ignore forms that contain auto submit elements (buttons, inputs).

Attribute: (none)

(automatically setup on all form tags that dont automatically submit, see AutoSubmitButtonUtil) (Does not setup on forms that have uw-no-navigate-away-prompt)

Example usage:

(any page with a form)