You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Differentiate between a minCharacters of 0 and undefined.
The comment at line 65 implies that setting minCharacters to 0 will result in no matches being displayed when there are no characters in the search box (e.g. if you've backspaced your search term). The code was treating 'undefined' and 0 identically.
0 commit comments