spellcheck off
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
<div class="link-container list-group"></div>
|
||||
<input class="form-control" type="email" value="" autocomplete="espo-{{name}}">
|
||||
<input class="form-control" type="email" value="" autocomplete="espo-{{name}}" spellcheck="false">
|
||||
|
||||
@@ -1,7 +1,19 @@
|
||||
<div class="input-group">
|
||||
<input class="main-element form-control" type="text" data-name="{{nameName}}" value="{{nameValue}}" autocomplete="espo-{{name}}">
|
||||
<input
|
||||
class="main-element form-control"
|
||||
type="text"
|
||||
data-name="{{nameName}}"
|
||||
value="{{nameValue}}"
|
||||
autocomplete="espo-{{name}}"
|
||||
spellcheck="false"
|
||||
>
|
||||
<span class="input-group-btn">
|
||||
<button data-action="selectLink" class="btn btn-default btn-icon" type="button" tabindex="-1"><i class="fas fa-angle-up"></i></button>
|
||||
<button
|
||||
data-action="selectLink"
|
||||
class="btn btn-default btn-icon"
|
||||
type="button"
|
||||
tabindex="-1"
|
||||
><i class="fas fa-angle-up"></i></button>
|
||||
</span>
|
||||
</div>
|
||||
<input type="hidden" data-name="{{idName}}" value="{{idValue}}">
|
||||
|
||||
Reference in New Issue
Block a user