onInput 属性

ElementStream<Event> onInput
覆盖

由该 Element 处理的 input 事件流。

实现

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