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.
Make it possible to set different width to the SuggestionView than the width of the input field.
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
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.
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.
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.
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.