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:
Provide an API for changing the SuggestionView position. For example the SuggestionView could be visualized above or under the input control.
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.
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.
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
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.