diff --git a/README.md b/README.md index d5057f8a..d3505a51 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ let input = keyboard.getInput("inputName"); ### setInput -> Set the keyboard's input. Useful if you want the keybord to initialize with a default value, for example. +> Set the keyboard's input. Useful if you want to track input changes made outside simple-keyboard. ```js // For default input (i.e. if you have only one) @@ -348,6 +348,8 @@ For example: > [See full example](https://github.com/hodgef/simple-keyboard/blob/master/src/demo/MultipleInputsDemo.js). +[![Edit simple-keyboard multiple inputs demo - npm](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/43nm6v4xyx?module=%2Fsrc%2Findex.js) + ## Demo [https://franciscohodge.com/simple-keyboard/demo](https://franciscohodge.com/simple-keyboard/demo) diff --git a/package.json b/package.json index 9604b639..3be496c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-keyboard", - "version": "2.3.3", + "version": "2.3.4", "description": "On-screen Virtual Keyboard", "main": "build/index.js", "scripts": {