mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-22 01:29:39 +08:00
Demo update
This commit is contained in:
parent
fa94cf2ba3
commit
92bae5f3fb
@ -14,7 +14,8 @@ class App {
|
|||||||
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
|
newLineOnEnter: true,
|
||||||
|
physicalKeyboardHighlight: true
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user