Completed
Last Updated: 04 Oct 2019 14:45 by ADMIN
Release 2019.3.1004 (R3 2019 minor release)
With the current implementation of the control you can enter all symbols, so provide an option to change the keyboard type. 
Completed
Last Updated: 19 Jan 2022 13:07 by ADMIN
Release R1 2022

Provide an API for changing the SuggestionView position. For example the SuggestionView could be visualized above or under the input control.

Unplanned
Last Updated: 29 Sep 2020 06:55 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 2
Category: AutoCompleteView
Type: Feature Request
3
Users need to restrict suggestion of already selected tokens. 

In other words when users create a token, that particular item should not be suggested when typing new tokens anymore.
Unplanned
Last Updated: 07 Apr 2020 09:44 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 1
Category: AutoCompleteView
Type: Feature Request
3
Provide an Auto option for the SuggestionViewHeight that would dynamically change depending on the content.
Unplanned
Last Updated: 26 Jun 2019 08:10 by ADMIN
Created by: Narender
Comments: 0
Category: AutoCompleteView
Type: Feature Request
3

When the control is hosted inside RadPopup, the application crashes. This is due to the fact that nesting popups is not supported.

Consider changing the implementation of the RadAutoCompleteView to use different control for visualizing suggestions and NoResults message.

Completed
Last Updated: 19 Jun 2019 12:44 by ADMIN
Release R2 2019 SP1
Created by: Zach
Comments: 5
Category: AutoCompleteView
Type: Feature Request
3
Consider implementing a Completed event that is raised when the Completed event of the entry is raised. This is in order to accommodate customer needs to get notification for enter pressed.
Unplanned
Last Updated: 09 Mar 2022 08:24 by ADMIN
Created by: Karlheinz
Comments: 2
Category: AutoCompleteView
Type: Feature Request
2
Provide a way to access the Entry control, so users can manipulate it through custom renderers/platform effects, for example to suppress the soft keyboard.
Unplanned
Last Updated: 09 Jan 2019 15:25 by ADMIN

Hello Telerik team !

I would like to suggest an improvement which should already be implemented as it may be a common requirement. (notice that I'm aware it's still in beta that's why I suggest a feature request).

Context :
Use a RadAutoCompleteView. Start to type something and select an item from the suggestions.

Current behavior :
The item is well selected but the keyboard remains visible even if you hide the suggestion view.

Expected behavior :
When selecting an item, the keyboard should be collapsed. (I tried to use a KeyboardService injected from platform specific implementation with dependency injection. I manage to make it work on Android but I couldn't find a workaround on iOS).

PS : it would be awesome to have a bindable property on this control which allows us to tell the control "hide the suggestion view and hide the keyboard when an item gets selected (touch input from user)". Name suggested : HideSuggestionAndKeyboardOnItemSelected (I didn't find a shorter name sorry  haha). Type : bool.

Pointing how to achieve that should be in the documentation as most of developpers who will use this control may want to achieve the same behavior. You'll save time and theirs if they don't need to reach you out and open a ticket to ask you how to do that.

Best regards to everyone!

Unplanned
Last Updated: 26 Jun 2023 05:48 by Jiri
I need suggestion view wider than entry. Provide SuggestionView width property for AutoComplete. 
Unplanned
Last Updated: 09 Jul 2021 09:07 by ADMIN
Created by: Chiran
Comments: 0
Category: AutoCompleteView
Type: Feature Request
1
Add API to change the color of the ClearText icon (x) shown when the input field of the AutoCompleteView is focused.
Unplanned
Last Updated: 04 May 2021 08:55 by ADMIN
Add ability to change the color of the entry underline. At this moment this is hardcoded to be the Accent color of the application.
Unplanned
Last Updated: 04 May 2021 08:49 by ADMIN
Add ability to change the color of the Caret (cursor). Currently this can be the Accent color of the application only.
Unplanned
Last Updated: 07 Apr 2020 09:43 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 2
Category: AutoCompleteView
Type: Feature Request
0
Add an event for the clear button click. 

This functionality could be achieved by listening to PropertyChanged, or using TwoWay binding,  on the AutoComplete.Text property. However on iOS this doesn't occur when the X button is clicked, so it's not a viable workaround.
Completed
Last Updated: 19 Sep 2019 11:55 by ADMIN
Created by: developer1
Comments: 2
Category: AutoCompleteView
Type: Feature Request
0

I have an autocomplete that needs to fire some validations even when the user does not select anything from the suggestion view, i.e when the autocomplete Loses the Focus.

I saw that "Completed" event is in development, but that is not enough for me, I would need the "Unfocused" event.

Unplanned
Last Updated: 22 Jan 2019 16:01 by ADMIN
Provide an option for determine whether the SuggestionView is open or not.
Unplanned
Last Updated: 09 Oct 2018 10:56 by ADMIN
Make it possible to set different width to the SuggestionView than the width of the input field.