baidu / san

A fast, portable, flexible JavaScript component framework
https://baidu.github.io/san/
MIT License
4.73k stars 551 forks source link

IE8下input事件不兼容 #623

Closed haoxl3 closed 3 years ago

haoxl3 commented 3 years ago

在IE8浏览器下,我给input绑定了input事件,发现它不触发,但change事件却触发,同样都是原生不支持的事件,为何input事件不做兼容性处理? <input type="text" value={= name =} on-input="inputHandle"/>

errorrik commented 3 years ago

这答案很明显:

上面的例子,双向绑定了value,所以感应输入,监听数据变化就好了