extended earch form text field to maxlength 150
This commit is contained in:
@@ -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' => [
|
||||||
|
Reference in New Issue
Block a user