Completed
Last Updated: 18 Jan 2024 14:23 by ADMIN
Release 2024 Q1

Bug report

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.

Reproduction of the problem

Example 1:

Example 2:

Current behavior

The popup is not wide enough

Result from example 1:
image

Result from example 2:
image

Expected/desired behavior

The popup width should be updated according to the displayed content.

The issue is regression starting with the 2023 R1 SP1 release

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all ]
Unplanned
Last Updated: 12 Apr 2023 13:29 by ADMIN
Scheduled for R2.2023-Increment.2(26.Apr.2023)
Created by: stefano
Comments: 0
Category: AutoComplete
Type: Bug Report
0

Bug report

In a read-only AutoComplete, the X button clears the value of the component.

Regression introduced with R1 2022

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/OLEjaQIZ/2
  2. Click the clear button

Current behavior

The X button clears the AutoComplete's value

Expected/desired behavior

The button shouldn't clear the AutoComplete's value

Environment

  • Kendo UI version: 2023.1.117
  • Browser: [all]
Completed
Last Updated: 08 Aug 2022 10:10 by ADMIN
Release 2022.R2.SP1
Created by: Pandiarajan
Comments: 0
Category: AutoComplete
Type: Bug Report
0

Bug report

In a Popup that has an AutoComplete, the Popup closes when you type in the AutoComplete input field.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/ajubEhox/12
  2. Click the Open button
  3. Type in the AutoComplete

Current behavior

The Popup closes

Expected/desired behavior

The Popup should remain open

Environment

  • Kendo UI version: 2022.2.510
  • Browser: [all]
Unplanned
Last Updated: 23 Aug 2021 14:27 by Anna

Bug report

The search method of the AutoComplete does not work the first time when minLength is set.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/@martin.tabakov@progress.com/EjOSEfIh
  2. Type 2 characters and press the GO button.

Current behavior

The search method has to be called twice for the method to work as expected.

Expected/desired behavior

The search method should work along with the minLength option by only calling it once.

Environment

  • Kendo UI version: 2021.2.616
  • Browser: [all]
Completed
Last Updated: 10 Mar 2021 09:17 by ADMIN

Bug report

Reproduction of the problem

Reproducible in the demos.

  1. Focus the AutoComplete and type in "a"

Current behavior

The list of items shows up, but the reader does not announce this.

Expected/desired behavior

The reader should announce that the list is expanded, as it does for the ComboBox.

Environment

  • Kendo UI version: 2020.3.1118
  • jQuery version: x.y
  • Browser: [all]
Declined
Last Updated: 29 Oct 2020 07:58 by ADMIN
Created by: Seven Spikes
Comments: 1
Category: AutoComplete
Type: Bug Report
0

On Android mobile devices (probably on other mobile devices as well) the click event from the drop-down list popup triggers the click event of controls below the clicked item.

The issue is similar to this one described here - https://www.telerik.com/forums/dropdownlist---click-through-issue-on-android-mobile-device

We managed to reproduce it including kendo.all.min.js and also including only the individual components required for the autocomplete to work.

In your demo, we simply added a button below the autocomplete and show an alert when the button is clicked.

Here is a DOJO link with the individual components:

https://dojo.telerik.com/azAFINIz/9

Simply type "A" so that the list of countries is shown and then click on "Andorra" and the button below the list will also be clicked.

The same DOJO link with kendo.all.min.js takes some more steps to be replicated.

https://dojo.telerik.com/ezuBaMEF

Here you need to type "A" and click on "Andorra", it won't fire the click event of the button initially but if you delete the selected items and type "A" again and then select "Andorra" the button will be clicked.

We have seen the same issue in version 2020.1 as well.

I workaround for this issue will be much appreciated!

Completed
Last Updated: 27 Oct 2020 13:45 by ADMIN
Release 2020.R3.SP.next
Created by: Jason Feng
Comments: 1
Category: AutoComplete
Type: Bug Report
0
Hi, I think this is a bug with AutoComplete widget. The document says the highlightFirst default is true, which means I don't need to specifically define it. In reality, I have to set it as true in order for it to work. Please verify.
Unplanned
Last Updated: 29 Jun 2020 06:20 by Sascha

Bug report

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

Reproduction of the problem

  1. Run this dojo
  2. Start typing

Current behavior

Additional characters are displayed
image

Expected/desired behavior

No additional characters should be displayed.

Environment

  • Kendo UI version: 2020.2.617
  • Browser: [all]
Completed
Last Updated: 25 Feb 2020 12:58 by ADMIN

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]

Unplanned
Last Updated: 25 Feb 2020 12:56 by ADMIN

If I have a min length of 3 and enforceMinLength set to true, if you enter in 3 or more characters and then start deleting them (keyboard) once you get below the min length the dropdown remains open when it should close.

 

See the dojo option under the enforceMinLength API documentation for a sample to test.

 

 

 
Completed
Last Updated: 10 Dec 2019 07:53 by ADMIN
Created by: Marcin
Comments: 1
Category: AutoComplete
Type: Feature Request
0
Currently autocomplete searches after each character entered, which can have big impact for large result sets. When user type fast 3 chars there is no need to search 1,2,3 just 3. So it would be beneficial to allow setup some delay 200-300 milliseconds for search.