extended earch form text field to maxlength 150
This commit is contained in:
parent
6b0ad24952
commit
1e345cd515
|
@ -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' => [
|
||||
|
|
Loading…
Reference in New Issue