Skip to content

feat(forms): Add recommended Enter key behavior

Adds a recommendation for how the Enter key should behave inside forms.

This aligns with the HTML5 specification:

There are pages on the web that are only usable if there is a way to implicitly submit forms, so user agents are strongly encouraged to support this.

Closes #676 (closed)

Edited by Nathan Friend

Merge request reports