Description: When you have an AutoCompleteTextView with android:inputType="none" (similar to a Spinner) and hide the end icon of the TextInputLayout using app:endIconMode="none" then the dropdown menu doesn't show on click anymore.
Expected behavior: The expected behavior is to see the menu on click otherwise the view is not usable.
Description: When you have an
AutoCompleteTextView
withandroid:inputType="none"
(similar to a Spinner) and hide the end icon of theTextInputLayout
usingapp:endIconMode="none"
then the dropdown menu doesn't show on click anymore.Expected behavior: The expected behavior is to see the menu on click otherwise the view is not usable.
Minimal sample app repro:
Android API version: 34
Material Library version: 1.12.0
Device: Pixel 8 Emulator