kendo-vue
kendo-vue copied to clipboard
[Bug][AutoComplete] Vertical scroll not working when item name is long
Describe the bug User cannot scroll the AutoComplete when the data is longer.
To Reproduce Steps to reproduce the behavior:
- Open the following StackBlitz: https://stackblitz.com/edit/glrhna-tu4tyg?file=src%2Fcountries.js
- Try to scroll down and observe that the scroll does not work
Expected behavior The user should be able to scroll down
Reported in Ticket ID: 1638144
Also occurs if data is being loaded externally like from an API and initially there are no set records:
https://stackblitz.com/edit/mxurgz-yxpj28?file=src%2Fmain.vue