vue-devui
vue-devui copied to clipboard
✨ [Feature]: input组件增加聚焦,输入改变等事件
What problem does this feature solve
input组件没有事件API。当用户聚焦时,希望可以做一些聚焦后的动作
What does the proposed API look like
当鼠标聚焦时,可以触发onFocus事件,用户输入时,可以触发onChange事件
同样的归个类, input框也缺少清除的功能, 右侧加个clear的图标
赞成,需要加上