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. 

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: 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: 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: 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.
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
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: 11 Feb 2019 15:01 by ADMIN
Created by: Daniel
Comments: 1
Category: AutoCompleteView
Type: Bug Report
0

Setting the FontSize property of the AutoCompleteView control to anything larger than 20 badly clips the text of both watermark and selected/written text, at least on iOS. I've tried various "hacks" with increased control heights and/or padding, themes etc, but it doesn't matter, it still clips. 

Seems to work fine using RadEntry for example, so it should really be the same with AutoComplete?

Reproducing is as obvious as setting the FontSize property.

Completed
Last Updated: 18 Jan 2019 15:15 by ADMIN
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: 09 Nov 2018 13:45 by ADMIN
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
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.