diff --git a/src/lib/components/Keyboard.js b/src/lib/components/Keyboard.js index c2a14791..850947c6 100644 --- a/src/lib/components/Keyboard.js +++ b/src/lib/components/Keyboard.js @@ -319,7 +319,7 @@ class SimpleKeyboard { */ if (this.options.syncInstanceInputs) this.syncInstanceInputs(this.input); - return this.input[this.options.inputName]; + return this.input[inputName]; } /**