Event handler for change events.
change
EventStream<DOMEvent> get onKeyUp { final onKeyUp = _onKeyUp ??= EventStream(); return onKeyUp; }