Issues with trimming email text

I’m using an Auth0 Hosted Login page. If a user attempts to enter their email address, but, mistakenly first types a space, the email address they type will be inaccurate relative to the actual user keystrokes. For example. as you type ’ tester@test.test’, the space will be accepted, then upon typing the first non-space, that will appear but a trim operation also occurs. This pushes the cursor to the front of the input, causing the rest of the email to appear behind the first typed character - resulting in ‘ester@test.testt’ showing up in the box. I observed this behavior across multiple different user accounts on multiple computers in Google Chrome.

I reproduced the situation also in Google Chrome and reported the situation at (https://github.com/auth0/lock/issues/1152). You should follow that issue to get updates on the outcome.

Thank you jmangelo. I will follow that issue for updates.

Thank you jmangelo. I will follow that issue for updates.