question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Authenticator component removes focus from input

See original GitHub issue

Page: /start/getting-started/auth/q/integration/[integration]

Feedback:

Thank you for the example. But, as I work through with it, it seems not working properly. When I put <Authenticator> tag to the example and type in to the todo title or desc, the app seems lose focus from the text box. (seems like refreshing every time when I type a character.) If there is an error with the instruction, I am glad it it is fixed.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ErikCHcommented, May 31, 2022

Thanks @arundna and @Yazai ! I was able to reproduce, and I’m testing a fix now.

0reactions
ErikCHcommented, Jun 1, 2022

I went ahead and merged in a fix to the docs. So please, wrap your app in withAuthenticator. This is the proper way of using our Authenticator.

Read more comments on GitHub >

github_iconTop Results From Across the Web

In React ES6, why does the input field lose focus after typing a ...
In my component below, the input field loses focus after typing a character. While using Chrome's Inspector, it looks like the whole form...
Read more >
Focus loss on username/password in expo web #4483 - GitHub
Describe the bug Focus loss on username/password fields using expo web. ... npm i aws-amplify-react-native Try to use the SignIn component:
Read more >
In React , why does the input field lose focus after typing a ...
Coding example for the question In React , why does the input field lose focus after typing a character?-Reactjs.
Read more >
Why can't I get focus to stay on input field using javascript or ...
I have a page that I use to search Entries in a Journal in our Salesforce Communities visualforce page. The system works just...
Read more >
What's New in WCAG 2.2 Draft - W3C
When a user interface component receives keyboard focus, no part of the focus indicator is hidden by author-created content. Understanding Focus Not Obscured...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found