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
I set openOn to "" and when I click input filed the keyboard opens. I use latest version of keyboard and chrome (and edge). This does not happen in IE.
I have traced the problem to this block of code:
if (kb === base && !kb.$el.hasClass(kbcss.isCurrent)) {
kb.focusOn();
}
The text was updated successfully, but these errors were encountered:
Ahh, ok... I just pushed a fix to the master branch - demo - it should fix the problem. I just want to make sure no other issues arise from this change before releasing it. Thanks for reporting the problem!
I set openOn to "" and when I click input filed the keyboard opens. I use latest version of keyboard and chrome (and edge). This does not happen in IE.
I have traced the problem to this block of code:
The text was updated successfully, but these errors were encountered: