We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.6.1
win10, chrome83, vue2.6.10
输入框输入指定位数
生效
不生效
The text was updated successfully, but these errors were encountered:
maxlength是原生input就支持的属性,在组件支持maxLength之前,实际项目中一直是使用的原生的方式
尤其组件对这个props也没有其他逻辑,直接在渲染的时候传给了attr,建议还是不要这个了吧
Sorry, something went wrong.
fix: vueComponent#2516
b0f5719
maxLength 删了会有破坏性更新 不删也可以直接maxlength 不影响使用
目前最新版本<a-input maxlength="5" />不生效,影响使用了, @tangjinzhou
<a-input maxlength="5" />
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
1.6.1
Environment
win10, chrome83, vue2.6.10
Reproduction link
Steps to reproduce
输入框输入指定位数
What is expected?
生效
What is actually happening?
不生效
The text was updated successfully, but these errors were encountered: