Optional
appendOptional
directionVertical direction of the popper. If enableFlip is set to true, this will set the initial direction before the popper flips.
Optional
enableEnable to flip the popper when it reaches the boundary
Optional
maxMaximum width of the popper. If the value is "trigger", it will set the max width to the select toggle's width
Optional
minMinimum width of the popper. If the value is "trigger", it will set the min width to the select toggle's width
Optional
positionHorizontal position of the popper
Optional
preventFlag to prevent the popper from overflowing its container and becoming partially obscured.
Optional
widthCustom width of the popper. If the value is "trigger", it will set the width to the select toggle's width
The container to append the select to. Defaults to 'inline'. If your select is being cut off you can append it to an element higher up the DOM tree. Some examples: appendTo="inline" appendTo={() => document.body} appendTo={document.getElementById('target')}