Skip to content

Improve keyboard handling in the login/register screents #4151

Martin Santangelo requested to merge fix/keyboard-auth-ux into release/4.22.1

Ticket(s) / Related Merge Requests

#4151 (closed)

Summary of Changes

Dismiss the keyboard when tapping outside the inputs in the login/register screen.

This is especially useful in iOS because it doesn't have a native button to dismiss the keyboard.

This resolves the issue on the login screen where the user was unable to close the password validator tooltip

Testing Considerations

(Share which areas to focus on while testing this MR)

Regression Scope

None

Platform Affected (web, mobile, etc)

Android, iOS

Developer Testing Completed

Tested on both platforms

Merge request reports