MaterialSearchView icon indicating copy to clipboard operation
MaterialSearchView copied to clipboard

Object[] instead of String[] for suggestions & new event on submit

Open keytronic opened this issue 9 years ago • 1 comments

It would be nice if suggestions are an array of objects instead of an array of string. And have a new event onSelectSuggestion to know when and which suggestion is selected.

keytronic avatar Feb 22 '16 15:02 keytronic

Hi, I am using your library but I don't know if is possible pass a value linked with the text to setSuggestions(), currently this method has one parameter that is the text, but if I want to manage that text with a specific value, what could I do?. Happens that in my case some suggestions are same.

Maikol1804 avatar Sep 21 '17 06:09 Maikol1804