Is recommend have split autocomplete handlers
I want know is recommend have split handler such as characterAutocomplete & itemsAutocomplete.
2 Replies
You should have an autocomplete per option return type. So if you have 2 commands that both search characters then they can share the same handler, but handlers should only be concerned about returning 1 type of data, so don't mix characters and abilities.
Solution
okay thanks