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.

 

 

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