spellcheck="false" in text input fields
This commit is contained in:
parent
160dd95b4c
commit
67c6bd16ba
10
edit.html
10
edit.html
|
@ -654,22 +654,22 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template data-id="find">
|
<template data-id="find">
|
||||||
<span i18n-text="search">: <input type="text" class="CodeMirror-search-field">
|
<span i18n-text="search">: <input type="text" class="CodeMirror-search-field" spellcheck="false">
|
||||||
<span class="CodeMirror-search-hint">(<span i18n-text="searchRegexp"></span>)</span>
|
<span class="CodeMirror-search-hint">(<span i18n-text="searchRegexp"></span>)</span>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<template data-id="replace">
|
<template data-id="replace">
|
||||||
<span i18n-text="replace">: <input type="text" class="CodeMirror-search-field">
|
<span i18n-text="replace">: <input type="text" class="CodeMirror-search-field" spellcheck="false">
|
||||||
<span class="CodeMirror-search-hint">(<span i18n-text="searchRegexp"></span>)</span>
|
<span class="CodeMirror-search-hint">(<span i18n-text="searchRegexp"></span>)</span>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<template data-id="replaceAll">
|
<template data-id="replaceAll">
|
||||||
<span i18n-text="replaceAll">: <input type="text" class="CodeMirror-search-field">
|
<span i18n-text="replaceAll">: <input type="text" class="CodeMirror-search-field" spellcheck="false">
|
||||||
<span class="CodeMirror-search-hint">(<span i18n-text="searchRegexp"></span>)</span>
|
<span class="CodeMirror-search-hint">(<span i18n-text="searchRegexp"></span>)</span>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<template data-id="replaceWith">
|
<template data-id="replaceWith">
|
||||||
<span i18n-text="replaceWith">: <input type="text" class="CodeMirror-search-field">
|
<span i18n-text="replaceWith">: <input type="text" class="CodeMirror-search-field" spellcheck="false">
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<template data-id="replaceConfirm">
|
<template data-id="replaceConfirm">
|
||||||
|
@ -695,7 +695,7 @@
|
||||||
<h1 id="heading"> </h1> <!-- nbsp allocates the actual height which prevents page shift -->
|
<h1 id="heading"> </h1> <!-- nbsp allocates the actual height which prevents page shift -->
|
||||||
<section id="basic-info">
|
<section id="basic-info">
|
||||||
<div id="basic-info-name">
|
<div id="basic-info-name">
|
||||||
<input id="name" class="style-contributor" i18n-placeholder="styleMissingName">
|
<input id="name" class="style-contributor" i18n-placeholder="styleMissingName" spellcheck="false">
|
||||||
<a id="url" target="_blank"><svg class="svg-icon"><use xlink:href="#svg-icon-external-link"/></svg></a>
|
<a id="url" target="_blank"><svg class="svg-icon"><use xlink:href="#svg-icon-external-link"/></svg></a>
|
||||||
</div>
|
</div>
|
||||||
<div id="basic-info-enabled">
|
<div id="basic-info-enabled">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user