mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
turn off autocomplete for search field
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
<div class="i18n">In the form, enter any application name and description, accept Terms and Conditions and generate a secret. Enter Application ID below and save it.</div>
|
||||
<div class="mrtop label">
|
||||
<span class="i18n">Application ID</span>
|
||||
<input id="appIdField" class="control text wide i18n" type="text" placeholder="Application ID" />
|
||||
<input id="appIdField" autocomplete="off" class="control text wide i18n" type="text" placeholder="Application ID" />
|
||||
</div>
|
||||
<div id="saveConfigBtn" class="button wide control i18n">Save</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user