Relative Content

Tag Archive for android-jetpack-composeandroid-compose-textfieldandroid-compose-exposeddropdown

onValueChanged does not remove characters from TextField

I use ExposedDropdownMenuBox to show the user some hints. The problem is that entering text into the TextField works fine, but for some reason deleting the text does not happen. When I try to remove a character from a TextField, nothing happens.