Overview:
Looks like this bug was caused by a bad merge from the master <> v6 branch. Essentially, we want to cancel any event bubbling / dismissal of the popover from within its children by checking:
If the event originated at its trigger (i.e. a button)
If the event originated inside a child element (i.e. from a text input or button within the content body)
The first case was accounted for, while the other case wasn't. In addition, I added back the callback invocation for onBodyClick
Overview: Looks like this bug was caused by a bad merge from the master <> v6 branch. Essentially, we want to cancel any event bubbling / dismissal of the popover from within its children by checking:
The first case was accounted for, while the other case wasn't. In addition, I added back the callback invocation for
onBodyClick
Screenshots (if applicable)
Documentation