Autocomplete closes when scrolling on a touch device #17039
Labels
area: material/autocomplete
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Steps to reproduce:
Expected Behavior
It is the intended behavior according to the code in autcomplete.es5.js L:601
The menu closes on touchend but I think it's a bug because it's normal to expect users to scroll on a mobile device to see the rest of the list. I think the
fromEvent(this._document, 'touchend')
should be removed or the code changed to allow scrollingEnvironment
The text was updated successfully, but these errors were encountered: