ExposedDropdownMenuBoxScope

Constructors

Link copied to clipboard
constructor(platformValue: ExposedDropdownMenuBoxScope)
constructor(anchorElementState: MutableState<HTMLElement?>, expanded: Boolean, onExpandedChange: (Boolean) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
expect fun ExposedDropdownMenu(expanded: Boolean, onDismissRequestComposeUi: () -> Unit, onCloseJsDom: () -> Unit, modifier: Modifier = Modifier, matchAnchorWidthComposeUi: Boolean = true, content: @Composable () -> Unit)
actual fun ExposedDropdownMenu(expanded: Boolean, onDismissRequestComposeUi: () -> Unit, onCloseJsDom: () -> Unit, modifier: Modifier, matchAnchorWidthComposeUi: Boolean, content: () -> Unit)
actual fun ExposedDropdownMenu(expanded: Boolean, onDismissRequestComposeUi: () -> Unit, onCloseJsDom: () -> Unit, modifier: Modifier, matchAnchorWidthComposeUi: Boolean, content: () -> Unit)
Link copied to clipboard