Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textarea 组件在h5端双向绑定无效 #2767

Closed
Moonofweisheng opened this issue Dec 18, 2023 · 0 comments · Fixed by #2768
Closed

Textarea 组件在h5端双向绑定无效 #2767

Moonofweisheng opened this issue Dec 18, 2023 · 0 comments · Fixed by #2768

Comments

@Moonofweisheng
Copy link
Contributor

NutUI 包名

@nutui/nutui

NutUI 版本号

4.2.4

平台

h5

重现链接

https://nutui.jd.com/taro/vue/4x/#/zh-CN/component/textarea

重现步骤

const value = ref('');

<nut-textarea v-model="value" limit-show max-length="20" />

期望的结果是什么?

value与文本域输入值相等,且数字统计正确显示

实际的结果是什么?

image

环境信息

No response

其他补充信息

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant