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
}); });
/** /**