mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-15 06:48:41 +00:00
fix autocomplete bug
This commit is contained in:
parent
7fc857c4c7
commit
6a19d5d473
|
|
@ -15,7 +15,7 @@
|
||||||
<div class="advancedInput wf-100" id="<?= $this->printHtml($this->getId()); ?>">
|
<div class="advancedInput wf-100" id="<?= $this->printHtml($this->getId()); ?>">
|
||||||
<input autocomplete="off" spellcheck="false" 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="off"
|
||||||
data-src="api/admin/find/accgrp?search={#i<?= $this->printHtml($this->getId()); ?>}">
|
data-src="api/admin/find/accgrp?search={#i<?= $this->printHtml($this->getId()); ?>}">
|
||||||
<div id="<?= $this->printHtml($this->getId()); ?>-dropdown" class="dropdown" data-active="true">
|
<div id="<?= $this->printHtml($this->getId()); ?>-dropdown" class="dropdown" data-active="true">
|
||||||
<table class="default">
|
<table class="default">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user