Optional
arrowOptional
boundaryThe boundary area for the popper. Used within the preventOverflow
modifier
"clippingParents"
Optional
createOptional
directionTheme direction ltr
or rtl
. Popper's placement will
be set accordingly
"ltr"
Optional
disabledOptional
duplicatesOptional
enabledWhether the popper.js should be enabled
Optional
eventIf provided, determines whether the popper will reposition itself on scroll
and resize
of the window.
true
Optional
filterOptional
flipIf true
, the popper will change its placement and flip when it's
about to overflow its boundary area.
true
Optional
getOptional
getOptional
gutterThe distance or margin between the reference and popper.
It is used internally to create an offset
modifier.
NB: If you define offset
prop, it'll override the gutter.
8
Optional
matchIf true
, the popper will match the width of the reference at all times.
It's useful for autocomplete
, date-picker
and select
patterns.
Optional
modifiersArray of popper.js modifiers. Check the docs to see the list of possible modifiers you can pass.
Optional
offsetThe main and cross-axis offset to displace popper element from its reference element.
Optional
optionsOptional
placeholderOptional
placementThe placement of the popper relative to its reference.
"bottom"
Optional
preventIf true
, will prevent the popper from being cut off and ensure
it's visible within the boundary area.
true
Optional
scrollOptional
searchOptional
selectionOptional
shiftOptional
singleOptional
sizeOptional
stateOptional
strategyThe CSS positioning strategy to use.
"absolute"
Optional
valueGenerated using TypeDoc
The padding required to prevent the arrow from reaching the very edge of the popper.
Default
8