Index: trunk/extensions/MobileFrontend/views/layout/_search_webkit.html.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | <form action='{$scriptUrl}' class='search_bar' method='get' {$searchBoxDisplayNone}> |
27 | 27 | <input type="hidden" value="Special:Search" name="title" /> |
28 | 28 | <div id="sq" class="divclearable"> |
29 | | - <input type="text" name="search" id="search" size="22" value="{$searchField}" autocomplete="off" /> |
| 29 | + <input type="text" name="search" id="search" size="22" value="{$searchField}" autocorrect="off" autocomplete="off" autocapitalize="off" maxlength="1024" /> |
30 | 30 | <div class="clearlink" id="clearsearch"></div> |
31 | 31 | </div> |
32 | 32 | <button id='goButton' type='submit'></button> |