arco-design-vue icon indicating copy to clipboard operation
arco-design-vue copied to clipboard

a-textarea组件支持显示总字数(max-length==0时)

Open xiaosongmao123 opened this issue 3 years ago • 1 comments

Basic Info

What are the similar cases of this feature

<a-textarea  show-word-limit />

What problem does this feature solve?

当前 a-textarea 在设置了max-length=10show-word-limit 时,会显示0/10的字数统计信息。 但是我想要仅仅显示总字数而不限制最大长度

即设置max-length=0show-word-limit 时,会显示0的字数统计信息。

xiaosongmao123 avatar May 04 '22 07:05 xiaosongmao123