b2nil / taro-ui-vue3

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

Alipay 小程序 AtTextArea 字数统计重复渲染 #24

Closed b2nil closed 3 years ago

b2nil commented 3 years ago

编译为 Alipay 小程序时, AtTextArea 在 count 属性为 true 时, 存在字数统计重复渲染, count 属性为 false 时, 仍然会出现字数统计。

b2nil commented 3 years ago

be04232 虽然修复了字数统计重复的问题,但是由于 TaroTextarea 组件不支持支付宝 textarea 组件的 show-count 属性, 所以字数统计不能通过设置 :count="false" 直接关闭, 需要手动修改编译后的 base.axml: