OptionaldefaultOpen?: booleanOpen the menu immediately on enhance. 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?: "bottom" | "top"Preferred side; flips to top when there is no room below.
Options for enhanceDropdown.