diff --git a/frontend/views/support/search.php b/frontend/views/support/search.php index 02c71da..02e1650 100644 --- a/frontend/views/support/search.php +++ b/frontend/views/support/search.php @@ -32,6 +32,7 @@ 'options' => [ 'placeholder' => \Yii::t('app', 'Почніть вводити назву книги'), 'multiple' => false, + ], 'toggleAllSettings' => [ @@ -41,6 +42,9 @@ 'allowClear' => true, 'minimumInputLength' => 3, 'language' => [ + 'inputTooShort' => new JsExpression( + "function () { return ''; }" + ), 'errorLoading' => new JsExpression( "function () { return 'Зачекайте...'; }" ), -- libgit2 0.21.4