The popover component for the dropdown.

Parameters:
NameTypeDescription
propsobject

The component props.

Properties
NameTypeDescription
childrenJSX.Element

The children of the component.

handleBlurfunction

The blur event handler.

handleEscKeyDownfunction

The escape key down event handler.

handleKeyDownCapturefunction

The key down capture event handler.

handleListKeyDownfunction

The list key down event handler.

popoverAttributesobject

The popover attributes.

popoverClassesstring | Array | object

The popover classes.

popoverMaxHeightnumber

The popover max height.

refobject

The ref object.

Since
  • 4.5.0
Returns:

The popover component.

Type: 
JSX.Element