I am using jQuery autocomplete and would like to limit the showing results only when the user types at least 2 characters. How to do that?
There is no minLength attribute. The attribute you are searching for is minChars.
see https://github.com/devbridge/jQuery-Autocomplete