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'] = [
|
$form['search'] = [
|
||||||
'#type' => 'textfield',
|
'#type' => 'textfield',
|
||||||
// '#title' => $this->t('Search'),
|
// '#title' => $this->t('Search'),
|
||||||
'#maxlength' => 64,
|
'#maxlength' => 150,
|
||||||
'#size' => 25,
|
'#size' => 25,
|
||||||
'#weight' => '0',
|
'#weight' => '0',
|
||||||
'#attributes' => [
|
'#attributes' => [
|
||||||
|
|
Loading…
Reference in New Issue