Skip to content

[feat] Move to first empty line or submit form when enter key is pressed

simonft requested to merge simonft/bitmask-dev:feature/enter-submits into master

When filling out the signup or login pages, and when adding an additional service provider, pressing the enter key will move the focus to the first input field without any text. If there are none, it will attempt to submit the form.

When on the choose provider page, enter will take you to the next page.

Merge request reports