b2nil / taro-ui-vue3

采用 Vue 3.0 重写的 Taro UI 组件库
https://b2nil.github.io/taro-ui-vue3/
MIT License
160 stars 51 forks source link

H5 AtSearchBar、AtInput 不能彻底清除 input 的值 #30

Closed b2nil closed 3 years ago

b2nil commented 3 years ago

点击 AtSearchBar、AtInput 的清除按钮,数据层面已经将 input 的 value 重置,但在视图层 (即 HTMLInputElement ) 的 value 没有清空。