mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-12 13:58:40 +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>
|
]' formaction=""><i class="fa fa-book"></i></button>
|
||||||
<div class="advancedInput wf-100" id="<?= $this->printHtml($this->getId()); ?>">
|
<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-emptyAfter="true"
|
||||||
data-autocomplete="false"
|
data-autocomplete="false"
|
||||||
data-src="api/admin/find/accgrp?search={#i<?= $this->printHtml($this->getId()); ?>}">
|
data-src="api/admin/find/accgrp?search={#i<?= $this->printHtml($this->getId()); ?>}">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user