浏览代码

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' => [