Android Question Searchview question

tremara1

Active Member
Licensed User
Longtime User
Is there a way to set the text of a searchview without it invoking the options list. I am using this
B4X:
sv.et.Text = spnNames.SelectedItem
to place text from spinner however this displays the index list is there a way to supress this. At other times I also use the same seachview to enter text via keyboard and need the index list then. Thanks.
 
Top