Преглед на файлове

extended earch form text field to maxlength 150

bach преди 3 години
родител
ревизия
1e345cd515
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      web/modules/custom/materio_sapi/src/Form/MaterioSapiSearchForm.php

+ 1 - 1
web/modules/custom/materio_sapi/src/Form/MaterioSapiSearchForm.php

@@ -27,7 +27,7 @@ class MaterioSapiSearchForm extends FormBase {
     $form['search'] = [
       '#type' => 'textfield',
       // '#title' => $this->t('Search'),
-      '#maxlength' => 64,
+      '#maxlength' => 150,
       '#size' => 25,
       '#weight' => '0',
       '#attributes' => [