Contract for an autocomplete suggestion provider.
completeFor receives the current query string and the items that are already selected (so the implementation can exclude them) and returns an array of suggestions.
completeFor
The suggestion item type.
Contract for an autocomplete suggestion provider.
completeForreceives the current query string and the items that are already selected (so the implementation can exclude them) and returns an array of suggestions.