4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-04-05 06:21:53 +08:00

Adding newLineOnEnter in demo

This commit is contained in:
Francisco Hodge 2018-04-30 10:37:09 -04:00
parent d407413cce
commit c7eb4ba4d3

@ -13,7 +13,8 @@ class App {
debug: true,
layoutName: this.layoutName,
onChange: input => this.onChange(input),
onKeyPress: button => this.onKeyPress(button)
onKeyPress: button => this.onKeyPress(button),
newLineOnEnter: true
});
this.keyboard.setInput("Hello World!");