Commit e0d412d8 authored by John Palmer's avatar John Palmer Committed by Chromium LUCI CQ

Disable autocap in settings search field.

Without this the VK will try to capitalise search strings in this field.
Since users aren't typing sentences here, this doesn't make sense.

Background: This broke some of our tast tests when I fixed the VK to make it autocap correctly, but after talking to PM, we shouldn't autocap this field.


BUG:b/175338193

Change-Id: I54c66bad1a571466d60b4804208ae6931d26cc0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584724Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: John Palmer <jopalmer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835995}
parent 9b07e5e0
...@@ -183,6 +183,7 @@ ...@@ -183,6 +183,7 @@
<label id="prompt" for="searchInput" aria-hidden="true">[[label]]</label> <label id="prompt" for="searchInput" aria-hidden="true">[[label]]</label>
<input id="searchInput" <input id="searchInput"
aria-labelledby="prompt" aria-labelledby="prompt"
autocapitalize="off"
autocomplete="off" autocomplete="off"
type="search" type="search"
on-input="onSearchTermInput" on-input="onSearchTermInput"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment