I am using Android Compose ExposedDropdownMenu, but its text can be selected with a long press. Using DisableSelection section does NOT help at all:
DisableSelection {
ExposedDropDownmenu(){...}
}
How to disable the text selection for this case or deselect any selection detected? Thanks