Skip to content

Wildcard Popover: fix toggling open state on focus/blur with `focusLocked=true`

Administrator requested to merge taras-yemets/popover-issue into main

Created by: taras-yemets

This PR is created for demo purpose only.

Page freezes when toggling popover open state in PopoverTrigger focus/blur handlers without focusLocked=false prop on PopoverContent. Adding focusLocked=false prop to PopoverContent fixes the issue, but the buttons inside it can’t be focused with the keyboard anymore.

Loom

Test plan

N/A

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading