Remove setting of SearchInputWidget configs to already-default values
Change-Id: I2710051386ba826895db9d9c675263847625e17f
This commit is contained in:
parent
9ac5caffb4
commit
348d16867f
2 changed files with 1 additions and 3 deletions
|
|
@ -32,7 +32,6 @@ class SearchInputWidget extends TitleInputWidget {
|
|||
$config = array_merge( [
|
||||
'maxLength' => null,
|
||||
'icon' => 'search',
|
||||
'showImages' => false,
|
||||
], $config );
|
||||
|
||||
// Parent constructor
|
||||
|
|
|
|||
|
|
@ -33,8 +33,7 @@
|
|||
icon: 'search',
|
||||
maxLength: undefined,
|
||||
performSearchOnClick: true,
|
||||
dataLocation: 'header',
|
||||
namespace: 0
|
||||
dataLocation: 'header'
|
||||
}, config );
|
||||
|
||||
// Parent constructor
|
||||
|
|
|
|||
Loading…
Reference in a new issue