mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-03 11:21:01 +01:00
Turn off spellcheck, etc, on main search input
Summary: Ref T12872, turns off all these "helpful" fields. Test Plan: Type "phab" in main search and do not get a suggestion for "phablet". Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12872 Differential Revision: https://secure.phabricator.com/D18163
This commit is contained in:
parent
d4632f4b78
commit
e478548417
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ final class PhabricatorMainMenuSearchView extends AphrontView {
|
|||
'name' => 'query',
|
||||
'id' => $search_id,
|
||||
'autocomplete' => 'off',
|
||||
'autocorrect' => 'off',
|
||||
'autocapitalize' => 'off',
|
||||
'spellcheck' => 'false',
|
||||
));
|
||||
|
||||
$target = javelin_tag(
|
||||
|
|
Loading…
Reference in a new issue