Closed Tobster619 closed 7 years ago
I think turning it back into text inline is going to be a bit challenging, but popping up some kind of edit field is probably reasonable. See #250 for details on how to do your own custom click event.
I believe the setOnItemClickListener
for the view here only applies to items clicked from the drop down list, not the tokens.
I'm trying to use the below onItemClick so that when a token is clicked on, it is converted back into editable text so then the user can make a change to the email address however, this function is never called.
Full code can be seen below:
Therefore, how can I get the onItemClick to be called or is there another way that by clicking a token, it will allow the user to edit the email address? Also, the input type doesn't seem to work either as the email address input type / keyboard layout is never shown.