diff --git a/src/demo/App.js b/src/demo/App.js index 202ad327..40f33342 100644 --- a/src/demo/App.js +++ b/src/demo/App.js @@ -14,7 +14,8 @@ class App { layoutName: this.layoutName, onChange: input => this.onChange(input), onKeyPress: button => this.onKeyPress(button), - newLineOnEnter: true + newLineOnEnter: true, + physicalKeyboardHighlight: true }); /**