3
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-03-02 23:32:53 +08:00

Demo update

This commit is contained in:
Francisco Hodge 2018-10-10 12:20:10 -04:00
parent 4f5af90d8d
commit e8216fee35

View File

@ -16,7 +16,6 @@ class App {
onKeyPress: button => this.onKeyPress(button), onKeyPress: button => this.onKeyPress(button),
newLineOnEnter: true, newLineOnEnter: true,
physicalKeyboardHighlight: true, physicalKeyboardHighlight: true,
maxLength: 5
}); });
/** /**