You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2021. It is now read-only.
Thanks for writing such an easy awesome onscreen keyboard!
I am using this keyboard to input on a searchbox that has autocomplete. Normally i would just be waiting for an on keyup or on input event with jquery and send the ajax request for auto completion.
I noticed that neither of those fire when using the keylime keyboard. Have you or any other users determined a work around? I am sure I will think of something but was hoping there was a best practice.
The text was updated successfully, but these errors were encountered:
This was my work around with jQuery, might try and find a way to do this within the keylime codebase (without jquery) later on. jQuery('body').on('click', '.lime-key', function(){ jQuery(':focus').trigger('input'); });
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thanks for writing such an easy awesome onscreen keyboard!
I am using this keyboard to input on a searchbox that has autocomplete. Normally i would just be waiting for an on keyup or on input event with jquery and send the ajax request for auto completion.
I noticed that neither of those fire when using the keylime keyboard. Have you or any other users determined a work around? I am sure I will think of something but was hoping there was a best practice.
The text was updated successfully, but these errors were encountered: