mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-15 16:58:42 +00:00
fix autocomplete bug
This commit is contained in:
parent
59e3e8a98b
commit
d0820b291b
|
|
@ -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" class="input" type="text" id="i<?= $this->printHtml($this->getId()); ?>"
|
<input autocomplete="off" class="input" type="text" id="i<?= $this->printHtml($this->getId()); ?>"
|
||||||
data-emptyAfter="true"
|
data-emptyAfter="true"
|
||||||
data-autocomplete="false"
|
data-autocomplete="off"
|
||||||
data-src="api/media/find?search={#mediaInput}">
|
data-src="api/media/find?search={#mediaInput}">
|
||||||
<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">
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
<div class="advancedInput wf-100" id="iMediaInput">
|
<div class="advancedInput wf-100" id="iMediaInput">
|
||||||
<input autocomplete="off" class="input" id="mediaInput" name="mediaFile" type="text"
|
<input autocomplete="off" class="input" id="mediaInput" name="mediaFile" type="text"
|
||||||
data-emptyAfter="true"
|
data-emptyAfter="true"
|
||||||
data-autocomplete="false"
|
data-autocomplete="off"
|
||||||
data-src="api/media/find?search={#mediaInput}">
|
data-src="api/media/find?search={#mediaInput}">
|
||||||
<div id="iMediaInput-dropdown" class="dropdown" data-active="true">
|
<div id="iMediaInput-dropdown" class="dropdown" data-active="true">
|
||||||
<table id="iMediaInput-table" class="default">
|
<table id="iMediaInput-table" class="default">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user