shehabic / Droppy

A simple yet-powerful and fully customizable Android drop-down menu. It supports Text with/without Icons, Separators, and even fully customized views.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Together with SearchView

skywalkerlw opened this issue · comments

commented

In my project, when I type query keyword in SearchView, the Droppy shows matched result list.

Currently, it only allows me to type a single character, then show result, then I have to click the SearchView again to continue. Is there any way that i could type continuously while Droppy simultaneously show related list?

I'm afraid It's not meant to be an autocomplete at all, it's a context menu not an autocomplete helper.