mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 08:32:57 +08:00
Adding newLineOnEnter in demo
This commit is contained in:
parent
d407413cce
commit
c7eb4ba4d3
@ -13,7 +13,8 @@ class App {
|
|||||||
debug: true,
|
debug: true,
|
||||||
layoutName: this.layoutName,
|
layoutName: this.layoutName,
|
||||||
onChange: input => this.onChange(input),
|
onChange: input => this.onChange(input),
|
||||||
onKeyPress: button => this.onKeyPress(button)
|
onKeyPress: button => this.onKeyPress(button),
|
||||||
|
newLineOnEnter: true
|
||||||
});
|
});
|
||||||
|
|
||||||
this.keyboard.setInput("Hello World!");
|
this.keyboard.setInput("Hello World!");
|
||||||
|
Loading…
Reference in New Issue
Block a user