Skip to content

Instantly share code, notes, and snippets.

@pbouzakis
Created October 27, 2014 20:18
Show Gist options
  • Save pbouzakis/41e2571dd563eb554b9a to your computer and use it in GitHub Desktop.
Save pbouzakis/41e2571dd563eb554b9a to your computer and use it in GitHub Desktop.
if (length >= 3 && isIndeterminate) {
isIndeterminate = false;
} else if (length > 0 && length < 3 && !isIndeterminate) {
that.hasError(true);
} else {
that.isQueryTextInvalid(true);
that.hasError(false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment