I have an OverlayTrigger wrapping a Popover that contains some form inputs and a Button to save the data and close.
OverlayTrigger
Popover
Button
Add a ref to the element and call the hide method once the element has been rendered. Haven't tested it but should work:
element and call the hide method once the element has been rendered. Haven't tested it but should work:
hide
this.refs.overlay.hide();