Bug report
When filtering the DropDownList data when a limited amount of items remain the popup container is displayed above the DropDown element when sufficient space is available below the element
Reproduction of the problem
- Run this dojo
- Enter "123" - the popup container with the list of items is displayed below the DropDown element
- Enter "1234" - the popup container with the list of items is displayed above the DropDown element when sufficient space is available below the element
- Enter "12345" - the NoDataTemplate is displayed above the DropDown element when sufficient space is available below the element
Expected/desired behavior
The popup container with the list of items should be displayed below the DropDown element when sufficient space is available below the element
Environment
- Kendo UI version: 2020.1.406
- Browser: [all]