[view] add ButtonGroup; fixes
This commit is contained in:
@@ -52,7 +52,8 @@ class InputView extends TextView {
|
||||
|
||||
private function _onKeyUp(event:KeyboardEvent):Void {
|
||||
event.stopImmediatePropagation();
|
||||
onChange.emit(textField.text);
|
||||
_text = textField.text;
|
||||
onChange.emit(_text);
|
||||
}
|
||||
|
||||
private function onKeyDown(event:KeyboardEvent):Void {
|
||||
|
||||
Reference in New Issue
Block a user