mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-22 04:18:42 +00:00
disable spellcheck
This commit is contained in:
parent
24beb23644
commit
7dcf71295b
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
]' formaction=""><i class="fa fa-book"></i></button>
|
||||
<div class="advancedInput wf-100" id="<?= $this->printHtml($this->getId()); ?>">
|
||||
<input autocomplete="off" class="input" type="text" id="i<?= $this->printHtml($this->getId()); ?>" placeholder=" Guest"
|
||||
<input autocomplete="off" spellcheck="false" class="input" type="text" id="i<?= $this->printHtml($this->getId()); ?>" placeholder=" Guest"
|
||||
data-emptyAfter="true"
|
||||
data-autocomplete="false"
|
||||
data-src="api/admin/find/accgrp?search={#i<?= $this->printHtml($this->getId()); ?>}">
|
||||
|
|
@ -51,4 +51,4 @@
|
|||
<span data-tpl-text="/name/0" data-tpl-value="/name/0" data-value=""></span>
|
||||
</span>
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user