Skip to content

Draft: Submit with 'Enter' key

Julien Sagot requested to merge sagotch@submit-with-enter-key into develop

Context

Enter key should be bound to form submission

fixes #429 (closed)

  • 972663a3 is needed by the following commits
  • ea5fe5dd actually fixes the original issue
  • e3d4cf55 fix a similar issue on account creation, when pressing 'Enter' after filling the name. I don't know if it was a bug or a feature, so let me know if this commit should be removed.

The code could obviously be factorized, but I do not know where the submitOnEnterKeyPress helper should go.

Merge request reports