disable focus on interactive popover
See original GitHub issuePlease add option to disable it
if (options.interactive && elementIsInViewport(reference)) { popper.focus(); }
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Popovers · Bootstrap v5.0
Dismiss on next click. Use the focus trigger to dismiss popovers on the user's next click of a different element than the toggle...
Read more >Prevent auto focus of a material-ui popover element
I used a ref on the textfield and a conditional to set the opacity of the popover so it only shows once there's...
Read more >Popover - Chakra UI
By default, focus is to sent to PopoverContent when it opens. Pass the initialFocusRef prop to send focus to a specific element instead....
Read more >Popovers · Boosted v5.0
Elements with the disabled attribute aren't interactive, meaning users cannot hover or click them to trigger a popover (or tooltip). As a workaround,...
Read more >Popover | CAST Figuration (v4.0)
Elements with the disabled attribute aren't interactive, meaning users cannot hover or click them to trigger a popover (or tooltip).
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

Please check the PR: #173 and make sure it 100% fixes it. I tested it and it worked for my case, but need to make sure.
Because you can still tab to elements within the interactive popper, it just won’t scroll to it if it’s not in the viewport. This is mainly important for screenreaders, etc, so they won’t need to be looking at it. It’s not 100% ideal but I think for the vast majority of cases, it’s fine
ok https://www.youtube.com/watch?v=HIycVQa3Ufo&feature=youtu.be