-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
ReadOnly option doesn't work for a-input-number #2971
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
Comments
you can try disable |
It worked with |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Yes, I try |
It work for |
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. |
Version
1.6.2
Environment
macOS 10.15, Chrome 86.0.864240, ant-design-vue 1.6.2, nuxt 2.13.0
Reproduction link
Steps to reproduce
Create a-input-number, set his "readonly" property to true and try to change input value.
What is expected?
Input value became unmutable.
What is actually happening?
Input value still mutable.
The text was updated successfully, but these errors were encountered: