From 92bae5f3fbe5bf47774bc8e8b9c115e922a767cf Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sat, 6 Oct 2018 02:31:09 -0400 Subject: [PATCH] Demo update --- src/demo/App.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }); /**