G GaNdAlF89 Active Member Licensed User Longtime User May 30, 2014 #1 Hi, I need an inputdialog but with autocomplete text, like the AutoCompleteEditText. How can I do? Thanks!
Hi, I need an inputdialog but with autocomplete text, like the AutoCompleteEditText. How can I do? Thanks!
Erel B4X founder Staff member Licensed User Longtime User Jun 1, 2014 #2 You can use a standard Panel with AutoCompleteEditText (or SearchView) and show it when you want to show the dialog (it will not be a modal dialog). Upvote 0
You can use a standard Panel with AutoCompleteEditText (or SearchView) and show it when you want to show the dialog (it will not be a modal dialog).