Android Question AutoCompleteEditText - text/value option

Milos Arunovic

New Member
Licensed User
Longtime User
Is there any way to add value to item not only the text? I would like to get value on item click but to show text.

For example:

B4X:
Sub acCompanies_ItemClick (Text as String, Value As String)

[INDENT]Msgbox(Text, Value)[/INDENT]
End Sub

Or maybe just to get Position of the clicked item ...

BR, Miloš
 
Top