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
Im using your great keyboard.
I have some jquery code that waits for an on physical keyboard.
When a user hits I do:
$('#input).getkeyboard().accept();
$('#div_with_input_and_keyboard').css('display','none');
the input actually gets accepted and the div is hidden.
But the keyboard stays open and visible?
and I get this error (in chrome developer tools):
Uncaught TypeError: Object function (a){return p.access(this,function(a){return a===b?p.text(this):this.empty().append((this[0]&&this[0].ownerDocument||e).createTextNode(a))},null,a,arguments.length)} has no method 'replace'
in jquery.keyboard.js - line number 662
I can see it has something to do with combos? I dont use combos at all, so a little surprised here..
The text was updated successfully, but these errors were encountered:
Hi,
Im using your great keyboard.
I have some jquery code that waits for an on physical keyboard.
When a user hits I do:
$('#input).getkeyboard().accept();
$('#div_with_input_and_keyboard').css('display','none');
the input actually gets accepted and the div is hidden.
But the keyboard stays open and visible?
and I get this error (in chrome developer tools):
Uncaught TypeError: Object function (a){return p.access(this,function(a){return a===b?p.text(this):this.empty().append((this[0]&&this[0].ownerDocument||e).createTextNode(a))},null,a,arguments.length)} has no method 'replace'
in jquery.keyboard.js - line number 662
I can see it has something to do with combos? I dont use combos at all, so a little surprised here..
The text was updated successfully, but these errors were encountered: