angucomplete-alt icon indicating copy to clipboard operation
angucomplete-alt copied to clipboard

Searching Array of String Values

Open sangaman opened this issue 9 years ago • 1 comments

I see that this functionality was confirmed not to exist in #361, but I think it would be a useful feature to implement. Currently I'm having to workaround by converting an array of strings into an array of objects which feels clunky. I'm thinking that if title-fields and search-fields are left blank, the code will attempt to treat the local-data or the response form the remote url as an array of strings instead of an array of objects.

I might be able to work on this myself at some point, but if somebody who's more familiar with the code is able to implement this that would be fantastic.

sangaman avatar Mar 04 '17 16:03 sangaman

This is my exact use case, and my exact thought process for implementation. It feels perfectly natural, would love to see this get implemented.

andrew-wilcox avatar May 21 '18 17:05 andrew-wilcox