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.

Completed
Last Updated: 03 Jun 2019 14:41 by ADMIN
Release 2019.2.603.360 (R2 2019 minor release)
Created by: Shalin
Comments: 0
Category: AutoCompleteView
Type: Bug Report
5
Unfocused event is not raised
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 | Senior 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.
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: 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: 09 Nov 2018 13:43 by ADMIN
LG G4 with Android 6.0 
Android 4.2.2

Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
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!

Won't Fix
Last Updated: 18 Oct 2019 12:40 by ADMIN
Created by: Tom
Comments: 1
Category: AutoCompleteView
Type: Bug Report
2
The virtual keyboard overlaps the component causing users to not see what they type.
Unplanned
Last Updated: 31 Oct 2019 11:37 by ADMIN
Created by: Vitaly
Comments: 0
Category: AutoCompleteView
Type: Bug Report
2

Hello,

 

As per forum thread https://www.telerik.com/forums/autocompleteview-causes-memory-leaks ACV control causes memory leaks on iOS.

Here is the repro project https://github.com/VitalyKnyazev/AutoCompleteViewLeak

 

Thanks

Vitaly

Completed
Last Updated: 10 Feb 2022 09:28 by ADMIN
Release 2020.3.1207 (R3 2020 minor release)

Use the following code:

<StackLayout Orientation="Vertical">
    <telerikInput:RadAutoCompleteView ItemsSource="{Binding Source}"
                                        SuggestMode="SuggestAppend" 
                                        TextSearchPath="Name" />
    <telerikInput:RadAutoCompleteView ItemsSource="{Binding Source}"
                                        SuggestMode="SuggestAppend"
                                        TextSearchPath="Name"/>
    <telerikInput:RadAutoCompleteView ItemsSource="{Binding Source}"
                                        SuggestMode="SuggestAppend"
                                        TextSearchPath="Name"/>
</StackLayout>

Steps to reproduce: 

On the first control, enter a value not in the list.
Click in the control to accept the value.
On the second control, enter a value not in the list
Hit the Tab key on the keyboard.
Click on the first control again
Focus bounces around. You must restart the app to fix the issue.

 

 

Unplanned
Last Updated: 11 Jun 2021 08:28 by Simon

The suggestions view won't disappear when the AutoCompleteView loses and receives focus and the entered text is quickly deleted.

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.
Completed
Last Updated: 22 Nov 2018 16:14 by ADMIN
When we set the ShowSuggestionView to false the filtering logic is not triggered  - it should work like the AutoComplete control.

Available in minor release 2018.3.1122. It will also be available in the R1 2019 release.
Completed
Last Updated: 18 Jan 2019 15:15 by ADMIN
Completed
Last Updated: 15 May 2019 13:53 by ADMIN
Release R2 2019
When the language of the iOS devices is changed to "Right to Left" the SuggestionView is not shown correctly. 
Unplanned
Last Updated: 05 Jul 2019 09:30 by ADMIN
When the control lost focus and tokens almost fill all the space, the ShowMoreTemplate causes flickering.
Completed
Last Updated: 02 Aug 2019 14:18 by ADMIN
Release R2 2019 SP2
It is applied only when the control is on focus.
Duplicated
Last Updated: 29 Oct 2020 07:41 by ADMIN
Created by: Daniel
Comments: 2
Category: AutoCompleteView
Type: Bug Report
1

Attached is a video of how to reproduce the problem on UWP.

Steps to repro

  1. Open SDKExamples > AutoCompleteView > Key Features
  2. Select a value for Tokens Support
  3. Select a value for Filtering Behavior
  4. Start to enter a value for Watermark, but do not auto-complete it (leave the popup open and go to the next step)
  5. Click back into the Filtering Behavior box

=> Observe the infinite loop.

1 2