Authenticator component removes focus from input
See original GitHub issuePage: /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:
- Created a year ago
- Comments:8 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks @arundna and @Yazai ! I was able to reproduce, and I’m testing a fix now.
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.