bast44
Results
1
comments of
bast44
I patched the issue by replacing `attachHandler(q, 'input', handler);` to `attachHandler(q, 'keyup', handler);` for mobile & tablet clients. BTW great work!