for mobile devices: force to disable autocapitalize in text fields
This commit is contained in:
parent
19da5426c0
commit
e465746dc7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50765
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ $i_topbar = qq`
|
||||||
<input type="hidden" name="kh" value="1" />
|
<input type="hidden" name="kh" value="1" />
|
||||||
<input type="hidden" name="kj" value="r2" />
|
<input type="hidden" name="kj" value="r2" />
|
||||||
<input id="words" name="q" type="text" size="20"
|
<input id="words" name="q" type="text" size="20"
|
||||||
|
autocapitalize="none"
|
||||||
maxlength="255"
|
maxlength="255"
|
||||||
onfocus="if( this.value==this.defaultValue ) this.value='';"
|
onfocus="if( this.value==this.defaultValue ) this.value='';"
|
||||||
value="Search" />
|
value="Search" />
|
||||||
|
|
Loading…
Reference in a new issue