mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-29 15:28:40 +00:00
Use keyup for input handling
This commit is contained in:
parent
7615331f2b
commit
1a7de2dcc5
|
|
@ -36,9 +36,9 @@ echo $this->getData('nav')->render(); ?>
|
|||
{"type": "dom.table.append", "id": "acc-grp-table", "aniIn": "fadeIn", "data": [], "bindings": {"id": "id", "name": "name/0"}, "position": -1}
|
||||
]
|
||||
}
|
||||
]' formaction=""><i class="fa fa-book"></i></button><input list="iReceiver-datalist" id="iReceiver" name="receiver" placeholder=" Guest" data-action='[
|
||||
]' formaction=""><i class="fa fa-book"></i></button><input type="text" list="iReceiver-datalist" id="iReceiver" name="receiver" placeholder=" Guest" data-action='[
|
||||
{
|
||||
"listener": "input", "action": [
|
||||
"listener": "keyup", "action": [
|
||||
{"type": "utils.timer", "id": "iReceiver", "delay": 500, "resets": true},
|
||||
{"type": "dom.datalist.clear", "id": "iReceiver-datalist"},
|
||||
{"type": "message.request", "uri": "{/base}/{/lang}/api/admin/find/account?search={#iReceiver}", "method": "GET", "request_type": "json"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user