Wildcard Popover: fix toggling open state on focus/blur with `focusLocked=true`
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.
Test plan
N/A
App preview:
Check out the client app preview documentation to learn more.