Unplanned
Last Updated: 29 Apr 2024 14:21 by Andy
Created by: Andy
Comments: 0
Category: AutoComplete
Type: Feature Request
1

Hi Team,

I would like to request to include masking to the Input element of a Kendo UI AutoComplete.  This would help if a user needed to input a specific format into the autocomplete such as an email, ssn, or phone number but the data did not include special characters during filtering. 

Thank you!  

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