The following form will submit as soon as the input loses focus after editing.
This input has been annotated with data-no-autosubmit and will not submit the form when it changed.
data-no-autosubmit
It also works with form elements outside of the form that link with the form using the form="form_name" attribute.
form="form_name"
Unless that input has also been annotated with data-no-autosubmit