onInput 属性

ElementStream<Event> onInput
重写

由该 Element 处理的 input 事件流。

实现

ElementStream<Event> get onInput => inputEvent.forElement(this);