`ExposedDropdownMenu` has a field called `onDismi...
# compose
c
ExposedDropdownMenu
has a field called
onDismissRequest
but it gets called even when I'm typing on the keyboard which makes implementing an AutocompleteTextView-esque composable impossible. Am I missing something here?