Open yoobi opened 8 months ago
Description: I have implemented an Dropdown view as per documentation inside a MaterialDialog however even though I don't touch the AutoCompleteTextView the dropdown is triggered
MaterialDialog
AutoCompleteTextView
Expected behavior: Trigger dropdown only when touched
Minimal sample app repro: https://github.com/yoobi/dropdown_issue
Android API version: Google Pixel 6 with API 32
Material Library version: 1.11.0
Device: Google Pixel 6
It is not clearly visible on the record but I'm not touching the TextInputLayout I'm pressing and touching outside of the dialog https://github.com/material-components/material-components-android/assets/17434735/9d0467db-021c-4c1c-b365-c7dff6667301
TextInputLayout
Hello, any idea how could this issue be fixed ?
I have the same problem.
MDC 1.12.0-rc01
Description: I have implemented an Dropdown view as per documentation inside a
MaterialDialog
however even though I don't touch theAutoCompleteTextView
the dropdown is triggeredExpected behavior: Trigger dropdown only when touched
Minimal sample app repro: https://github.com/yoobi/dropdown_issue
Android API version: Google Pixel 6 with API 32
Material Library version: 1.11.0
Device: Google Pixel 6
It is not clearly visible on the record but I'm not touching the
TextInputLayout
I'm pressing and touching outside of the dialog https://github.com/material-components/material-components-android/assets/17434735/9d0467db-021c-4c1c-b365-c7dff6667301