extended earch form text field to maxlength 150

This commit is contained in:
Bachir Soussi Chiadmi 2021-10-12 09:46:49 +02:00
parent 6b0ad24952
commit 1e345cd515
1 changed files with 1 additions and 1 deletions

View File

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