I have made a autocomplete control - but are not completely happy with how the unfocus of the entry happens
The actual autocomplete consists of a scrollview. Slow dragging inside the ScrollView works, but swipe/swipedragging more aggressively like you would do in a ListView - makes the Entry
lose focus. The Autocomplete then closes as I have programmed it to be.
Is there some way I could manually handle the deselection of the entry when the user is interacting with the autocomplete (inside the scrollview)?