mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 21:30:02 +08:00
[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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user