Completed
Last Updated: 02 Mar 2023 09:40 by ADMIN
Changxing
Created on: 27 Feb 2023 20:32
Category: Kendo UI for Angular
Type: Feature Request
0
Auto complete Text Box

I need an Angular control works pretty much like Kendo-JQuery Autocomplete control or Telerik Asp.Net Auto Complete text box. 

I understand that Kendo-Angular currently have an "auto complete" control based on a dropdown. However, it is missing some core features I am looking for:

1. It needs to accept multiple inputs.

2. It needs to eliminate unmatched results based on user input.

3. It needs to call a server side API to get the available items dynamically after input changes.

The current Kendo-Angular AutoComplete MIGHT have the 3rd point since I have not yet to try with all the events, but I am pretty sure that the first 2 points are not there. If they do exist, please provide demo or documentation link.

 

Thank you.

1 comment
Changxing
Posted on: 28 Feb 2023 17:10

Hi,

 

Just realized it is called "Multiselect" in Kendo Angular.

 

Thank you.