Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc6cb1b

Browse files
authored
Merge pull request#20383 from meeseeksmachine/auto-backport-of-pr-20381-on-v3.4.x
Backport PR#20381 on branch v3.4.x (Prevent corrections and completions in search field)
2 parents02088df +9df08db commitbc6cb1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<li><ahref="{{ pathto('devel/index') }}">Contributing</a></li>
6262
<liclass="nav-right">
6363
<formclass="search"action="{{ pathto('search') }}"method="get">
64-
<inputtype="text"name="q"aria-labelledby="searchlabel"placeholder="Search"/>
64+
<inputtype="text"name="q"aria-labelledby="searchlabel"placeholder="Search"autocomplete="off"autocorrect="off"autocapitalize="off"spellcheck="false"/>
6565
</form>
6666
</li>
6767
</ul>

‎doc/_templates/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1 id="search-documentation">{{ _('Search') }}</h1>
1717
"codex ellipse".
1818
</p>
1919
<formaction=""method="get">
20-
<inputtype="text"name="q"value=""/>
20+
<inputtype="text"name="q"value=""autocomplete="off"autocorrect="off"autocapitalize="off"spellcheck="false"/>
2121
<inputtype="submit"value="{{ _('search') }}"/>
2222
<spanid="search-progress"style="padding-left: 10px"></span>
2323
</form>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp