ExposedDropdownMenuBoxScope
Scope for ExposedDropdownMenuBox.
Functions
Link copied to clipboard
@Composable
Popup which contains content for Exposed Dropdown Menu. Should be used inside the content of ExposedDropdownMenuBox.
@Composable
Link copied to clipboard
Modifier which should be applied to a menu placed inside the ExposedDropdownMenuBoxScope. It will set constraints on the width and height of the menu so it will not overlap the text field or software keyboard.
Link copied to clipboard
Modifier which should be applied to an element inside the ExposedDropdownMenuBoxScope, typically a text field or an icon within the text field. It's responsible for expanding and collapsing the menu on click, applying semantics to the component, and requesting focus.