I have a multiple datasets auto-complete implemented using the Bloodhound with default suggestions and second with a remote source.
minLength is set to '0' and so it works for default suggestions on focus, perfectly.
But the request to the remote is also executed on focus and so alongwith the default, second dataset result is also displayed.
How to make sure that the remote dataset is displayed only when the minLength is more than 0. i.e. 1 or more.