Adds 'close-on-esc' and 'close-on-external-click' props to the UiPopover component in a non-breaking manor.
These props give the ability to fully control a popovers display state. This allows us to force parent popovers to stay open when nested popovers (which are appended to the body) receive click events.
Adds 'close-on-esc' and 'close-on-external-click' props to the UiPopover component in a non-breaking manor.
These props give the ability to fully control a popovers display state. This allows us to force parent popovers to stay open when nested popovers (which are appended to the body) receive click events.
Addresses #535.