Small dropdown height if autocomplete is the last component on page

Hello!

Is it possible to make autocomplete dropdown height larger in this case: https://s3.amazonaws.com/donnicky_screenshots/201911240433_SmallDropdownHeight.mp4

Maybe with some css. I’m not on my PC. So I don’t remember the class but autocomplete when opened has a special class. So add a custom margin when autocomplete open.

Item itself is not appended with any class. Dropdown itself is added to DOM at the end of the div.page-content: https://s3.amazonaws.com/donnicky_screenshots/2019-11-24_16-44-50_7b04ea5b-9792-48f2-8ce2-3abf1f7303a8.png

Actually solved by setting dropdownContainerEl to li element if the corresponding item. Thank you!

1 Like