FAQ: Menu, Popover not closing? Check here
See original GitHub issueIt seems some components got affected by the most recent patch release of framer-motion
(4.1.13).
If you experience an issue where the menu, popover, or tooltip components don’t show/close correctly, kindly downgrade to framer-motion 4.1.11
for now.
Thank you!
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Bootstrap 3 Popover on Button not closing correctly
What needs to happen is a popover should close when tapped on a new button or when a click off focus of the...
Read more >Popovers - Bootstrap
Documentation and examples for adding Bootstrap popovers, like those found in iOS, to any element ... Triggering popovers on hidden elements will not...
Read more >Close popover menu | OutSystems
We would like to have the menu closed once an action has been clicked. But the menu only closes once you click somewhere...
Read more >Bootstrap JS Popover Reference - W3Schools
Name Type Default Try it
animation boolean true Try it
container string, or the boolean false false Try it
content string "" Try it
Read more >Data Popover from Bootstrap is not working with HTML in ...
Make sure to add the JS to the Toolset > Layouts JS/CSS section and to use jQuery instead of $. This support ticket...
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 FreeTop 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
Top GitHub Comments
A new version(
4.1.16
) offramer-motion
released and fixed this. https://codesandbox.io/s/optimistic-hawking-ofjsy4.1.16
fixes the issues with<Modal>
for me.