-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.0.0-alpha.6
Environment
Chrome 95
Reproduction link
https://next.antdv.com/components/input-cn#Input
Steps to reproduce
Here's a hint that use Input.TextArea instead of type="textarea" in the description of the type property.
What is expected?
use <a-textarea /> instead of type="textarea"
What is actually happening?
use Input.TextArea instead of type="textarea"