How to make the built-in `login_with_form()` focus its first data-entry field?

What I’m trying to do:
Get the built-in login_with_form() to focus its first data-entry field (user name/email). Currently, once it pops up, users must press Tab (or click it) to get it to accept keyboard input.

IIRC, it used to focus itself automatically, saving everyone a step.

What I’ve tried and what’s not working:
I checked the function’s parameters, and haven’t found anything I can try.

Writing my own custom log-in form seems a bit overkill for this purpose.

1 Like

Thanks for reporting - moved to bug reports - we’ll get that fixed

1 Like

I’m glad someone reported, for some reason I thought this was a known issue already!