jasonkuhrt / react-popover

A smart popover component for React
600 stars 253 forks source link

Add prop to specify whether popover should unmount on exit #188

Closed mikeletscher closed 5 years ago

mikeletscher commented 6 years ago

We had a situation where we needed a component in the popover body to stay mounted, and wanted to give this option to others.

This defaults to the existing behavior of unmounting when the popover is closed, but provides the option to keep it mounted if desired.