Unplanned
Last Updated: 26 Jun 2023 05:48 by Jiri
I need suggestion view wider than entry. Provide SuggestionView width property for AutoComplete. 
Completed
Last Updated: 12 May 2022 05:54 by ADMIN
Release R2 2022
when the item is too long and it spans 2 rows in the result view. When user selects this long item and the drop-down is closed, the selected item text is right-aligned in the control. 

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

 

 

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: 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: 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: 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: 19 Nov 2020 10:13 by ADMIN

The AutoCompleteView is not visible in the Accessibility tree.
Setting AutomationId to the control has no effect and the element cannot be accessed in a testing project.

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.

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

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

Completed
Last Updated: 02 Aug 2019 14:18 by ADMIN
Release R2 2019 SP2
It is applied only when the control is on focus.
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.
1 2