fix autocomplete bug

This commit is contained in:
Dennis Eichhorn 2020-07-05 22:07:29 +02:00
parent 7fc857c4c7
commit 6a19d5d473

View File

@ -15,7 +15,7 @@
<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="&#xf007; Guest"
data-emptyAfter="true"
data-autocomplete="false"
data-autocomplete="off"
data-src="api/admin/find/accgrp?search={#i<?= $this->printHtml($this->getId()); ?>}">
<div id="<?= $this->printHtml($this->getId()); ?>-dropdown" class="dropdown" data-active="true">
<table class="default">