### What problem does this feature solve  input组件没有事件API。当用户聚焦时,希望可以做一些聚焦后的动作 ### What does the proposed API look like 当鼠标聚焦时,可以触发`onFocus`事件,用户输入时,可以触发`onChange`事件
What problem does this feature solve
input组件没有事件API。当用户聚焦时,希望可以做一些聚焦后的动作
What does the proposed API look like
当鼠标聚焦时,可以触发
onFocus事件,用户输入时,可以触发onChange事件