Options

onChangeAll

Executes the callback function on input change. Returns the input object with all defined inputs. This is useful if you’re handling several inputs with simple-keyboard.

onChangeAll: (inputs) => console.log(inputs)