components icon indicating copy to clipboard operation
components copied to clipboard

fix(material/autocomplete): autocomplete panel top is cut off in landscape mode

Open essjay05 opened this issue 1 month ago • 2 comments

Fixes a bug in the Angular Material Autocomplete component where the autocomplete panel listbox top is cut off by the device screen when being viewed in landscape mode. This is because the listbox max-height is greater than the distance between the top of the autocomplete input and the screen top.

Fixes b/284148377

essjay05 avatar Apr 30 '24 20:04 essjay05

Googlers see internal.

Screenshot for bug fix test reference here.

essjay05 avatar Apr 30 '24 21:04 essjay05

Screencast after recommended changes here

essjay05 avatar May 01 '24 23:05 essjay05