Rob Garrison
Rob Garrison
Hi @Derrickcdh! The second input appears to be the one added by the code to calculate the caret position. But, it shouldn't be visible. In [this demo](http://jsfiddle.net/Mottie/wtrud0jf/), I forced the...
Hi @khokm! Use the [`change` callback](https://github.com/Mottie/Keyboard/wiki/Methods#change).
Hi @somersbar! Since you have the `lockInput` set, it makes the input "readonly". So I think the easiest solution would be to add the `{prev}` and `{next}` keys and define...
Also, if you don't want the password input focused initially, set the [`initialFocus` option](https://github.com/Mottie/Keyboard/wiki/Usability#initialfocus) to `false`, then use the [`initialized` callback](https://github.com/Mottie/Keyboard/wiki/Methods#callbacks) to target the username input: ``` js initialFocus: false,...
Oh ok, I see the problem.... it looks like the first input/keyboard aren't getting the focus class names as expected. I'll investigate this problem more.
Ok, try that fix... I'll push a new release later today if it works for you.
Try [this demo](http://jsfiddle.net/u737hzv4/16/)... it is pointing to the [`jquery.keyboard.js`](https://github.com/Mottie/Keyboard/blob/master/js/jquery.keyboard.js) file in the master branch. I also ended up including a `setTimeout` to give the username input focus on initialization... I'll...
Ok, I'll look into that when I get some free time today.
Sorry! I totally forgot about this issue, so I haven't worked on it. I'll be sure to look into this problem for the next release.
Hi @mithathan! You can add a [custom layout](https://github.com/Mottie/Keyboard/wiki/Layout#customLayout) that includes those characters, or you can use any of the provided Turkish F & Turkish Q layouts: - [Microsoft Turkish layouts](https://github.com/Mottie/Keyboard/blob/master/layouts/ms-Turkish.js)...