Is recommend have split autocomplete handlers

I want know is recommend have split handler such as characterAutocomplete & itemsAutocomplete.
F
Favna406d ago
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
I
IsaacZM406d ago
okay thanks