Hello,
sf version 17.1.0.49
Android 9.0
Trying to use SfAutoComplete within a Table like this:
[TableView]
[TableSection]
[ViewCell]
[sf:SfAutoComplete DataSource="{Binding Items}" DisplayMemberPath="Label" /]
[/ViewCell]
[/TableSection]
[/TableView]
On iOS this works, however on Android when i tap the SfAutoComplete entry, the focus is removed instantly, and the dropdown doesn't appear. Couldn't find a workaround.
Adam