mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
Merge pull request #91 from StarCitizenTools/dev
Attempt to fix autocomplete on search form
This commit is contained in:
commit
f84b06e5cc
|
@ -348,6 +348,7 @@ class CitizenTemplate extends BaseTemplate {
|
|||
'action' => $this->get( 'wgScript' ),
|
||||
'role' => 'search',
|
||||
'id' => 'search-form',
|
||||
'autocomplete' => 'off',
|
||||
] );
|
||||
$html .= Html::hidden( 'title', $this->get( 'searchtitle' ) );
|
||||
$html .= Html::label( $this->getMsg( 'search' )->text(), 'search-input',
|
||||
|
|
Loading…
Reference in a new issue