Reproducible in the demos.
The list of items shows up, but the reader does not announce this.
The reader should announce that the list is expanded, as it does for the ComboBox.
When using the AutoComplete with the suggest configuration set to true
and separators configuration is set to an Array of characters additional garbage characters are added to the input when the user starts typing
Additional characters are displayed
No additional characters should be displayed.
When the user performs multiple searches and the result has a different width, the popup containing the items does not update its width according to the current content.
Example 1:
Example 2:
The popup is not wide enough
The popup width should be updated according to the displayed content.
In a Popup that has an AutoComplete, the Popup closes when you type in the AutoComplete input field.
The Popup closes
The Popup should remain open
When user inputs text that does not match any of the items in the data source and presses the down arrow key, the "suggestions" drop down list opens up with an empty list when the configuration option is: 'noDataTemplate: false'.
This seems to be a regression since it appears to be working in an older version:
Thread: https://www.telerik.com/forums/is-it-possible-to-disable-nodatatemplate
Demo for suggested fix: http://dojo.telerik.com/EXEnu
Note the kendo version (2016.3.914).
Same demo with newer version of kendo (2018.2.620): http://dojo.telerik.com/ehaDEsIq
Reproduction steps:
1. Type a string in the AutoComplete that does not match any values in the data source, e.g. ("123")
2. Press the "down" arrow key to open up the suggestions dropdown.
The suggestions dropdown opens up with no items -- it should not be opening up at all.
Behavior in (2016.3.914) is that the dropdown does not open when using the arrow keys if the typed in text does not match any of the items in the suggestions list. [Correct]
Behavior in (2018.2.620) is that the dropdown does open with an empty list when using the arrow keys if the typed-in text does not match any of the items in the suggestions list. [Incorrect]