PopupSettings

Specifies the popup settings for the dropdown components.

Props

The following table outlines the props for the PopupSettings:

NameTypeDefaultDescription
autoReposition
boolean
true

Specifies whether the popup automatically adjusts its position when the content size changes.

height
string
'300px'

Specifies the height of the dropdown popup list.

offsetX
number
0

Specifies the horizontal offset for positioning the popup relative to the target.

offsetY
number
0

Specifies the vertical offset for positioning the popup relative to the target.

width
string
'100%'

Specifies the width of the dropdown popup list.

zIndex
number
1000

Specifies the z-index value for the dropdown popup, controlling its stacking order relative to other elements on the page.