Merge pull request #91 from StarCitizenTools/dev

Attempt to fix autocomplete on search form
This commit is contained in:
alistair3149 2020-03-17 18:35:42 -04:00 committed by GitHub
commit f84b06e5cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',