-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.4.4
Environment
Linux Mint 19.1, Chrome Version 77.0.3865.90 (Official Build) (64-bit), ^3.0.1
Reproduction link
https://github.com/Tobjoern/antd-input-bug-ts
Steps to reproduce
- Create a typescript vue project with the class component syntax
- Create a form with via fName = $form.createForm(this)
- Attach the appropriate markup (for example a simple form with an input)
What is expected?
One should be able to type in the input(s), but they are immediately reset, when a character is typed.
What is actually happening?
One is not able to type in the input(s)