react-virtual-keyboard icon indicating copy to clipboard operation
react-virtual-keyboard copied to clipboard

Use jQuery Virtual Keyboard in react.js

Results 4 react-virtual-keyboard issues
Sort by recently updated
recently updated
newest added

Added try/catch in file keyboard.js to prevent error when keyboardSelector is not instantiated.

I´m trying to change the type of the input created by the component. It is possible to create an input of type "password" or any other types? Like this: ```

Any help will be appreciated. ``` Keyboard.js:120 Uncaught TypeError: keyboardSelector.keyboard is not a function at VirtualKeyboard.addKeyBoardToDOM (Keyboard.js:120) at VirtualKeyboard.componentDidMount (Keyboard.js:107) at ReactCompositeComponent.js:262 at measureLifeCyclePerf (ReactCompositeComponent.js:73) at ReactCompositeComponent.js:261 at CallbackQueue.notifyAll (CallbackQueue.js:74)...

Often times, we need to know what the last keystroke is and respond to it, in this case we are building a non-english input keyboard, which needs to listen on...