for mobile devices: force to disable autocapitalize in text fields

This commit is contained in:
Wolfram Schneider 2017-08-29 07:47:58 +00:00
parent 19da5426c0
commit e465746dc7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50765

View file

@ -89,6 +89,7 @@ $i_topbar = qq`
<input type="hidden" name="kh" value="1" />
<input type="hidden" name="kj" value="r2" />
<input id="words" name="q" type="text" size="20"
autocapitalize="none"
maxlength="255"
onfocus="if( this.value==this.defaultValue ) this.value='';"
value="Search" />