diff --git a/Grido/Components/Filters/Text.php b/Grido/Components/Filters/Text.php index 449de17b..f1cddda3 100644 --- a/Grido/Components/Filters/Text.php +++ b/Grido/Components/Filters/Text.php @@ -81,7 +81,7 @@ public function handleSuggest($query) { $name = $this->getName(); - if (!$this->getPresenter()->isAjax() || !$this->suggestion) { + if (!$this->getPresenter()->isAjax() || !$this->suggestion || $query == '') { $this->getPresenter()->terminate(); }