[GH #8688] Dropdown issue with fewer rows

Tags: #<Tag:0x00007f8b19dcac70> #<Tag:0x00007f8b19dcab30>

Hey there,

When I was ussing the dropdown type I notice this issue.
Less then 6 rows the dropdown tpye dont work correctly
More then 6 rows, works fine

See the exemples below

https://stackblitz.com/edit/angular-ivy-kwrucx?file=src%2Fapp%2Fapp.component.ts

Hi @paulo.machado
Thank you for reporting this problem. The height: 'auto' causes the issue. If you remove it, then the dropdown editor works correctly.
I reported that issue on our issue-board on Github https://github.com/handsontable/handsontable/issues/8688.

Thank you for your involvement in improving Handsontable!