-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.1.3
Environment
vue.2.0,nuxt 2.15.0, ant design 1.7.3
Reproduction link
https://www.antdv.com/components/form-model/#components-form-model-demo-basic-form
Steps to reproduce
I'm having serious problems with the form model item input
In the ** basic form ** section, if you add type fast in the input field you will begin to notice a certain slowness when typing in the fields.
In my development case, I have 21 fields, and i have split into the components but still comes slow..
At first, I thought it could be some @change that would be running unnecessarily, but after testing it in its own documentation, I realized this and decided to come here to open this issue.
I'm a big fan of your work, but it made me a little sad
What is expected?
please improve the input field performance thank you
What is actually happening?
I'm having serious problems with the form model item input
In the ** basic form ** section, if you add type fast in the input field you will begin to notice a certain slowness when typing in the fields.
In my development case, I have 21 fields, and i have split into the components but still comes slow..
At first, I thought it could be some @change that would be running unnecessarily, but after testing it in its own documentation, I realized this and decided to come here to open this issue.
I'm a big fan of your work, but it made me a little sad..