OptionaldefaultOpen?: booleanOpen the menu immediately on enhance, without moving focus. Defaults to false.
OptionalonOpenChange?: (open: boolean) => voidCalled after the menu opens or closes.
OptionalonSelect?: (value: string, item: HTMLElement) => voidCalled with the item's value when a menu item is activated.
Optionalplacement?: PlacementPlacement passed to the JS positioning fallback. Defaults to bottom-start.
Optionalposition?: booleanRun the JS positioning fallback when CSS anchor positioning is missing. Defaults to true.
Options for enhanceDropdown.