Input
Enter characters through the keyboard
Basic Usage
Disabled state
Disable the input box through the disabled property
Empty the content
Empty the input box with one click through the clearable attribute
Icon input box
Add custom icons on both sides of the input box via the prefixIcon and suffixIcon attributes
Password
Get an input box that can switch the hidden password through the type attribute.
Number
Get an input box that can only input number through the number attribute.
Textarea
Get an textarea input box use textarea attribute.
textarea don't have clearable 、 prefixIcon and suffixIcon attribute
Textarea Disabled
Use disabled attribute to disabled textarea input box.