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]
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]
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]