[DE][PE][SSE] replaced type="search" with type="text" for all the pages of documentation (Chrome search field cross bug)

This commit is contained in:
alexandervnuchkov
2018-03-07 11:47:00 +03:00
parent 1a67e23b93
commit 127aafd25d
1357 changed files with 1367 additions and 1357 deletions

View File

@ -11,7 +11,7 @@
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="search" onkeypress="doSearch(event)">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Introducing the Spreadsheet Editor user interface</h1>
<p><b>Spreadsheet Editor</b> uses a tabbed interface where editing commands are grouped into tabs by functionality.</p>