Fix typo in pwd input (#10851)

This commit is contained in:
Pratik Agrawal 2024-10-01 11:49:49 +05:30 committed by GitHub
parent 52af702c01
commit e5e7ed5c68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ title: Password Input
The **Password Input** component allows users to enter passwords securely. In this component, passwords are concealed, displaying each character as an asterisk to ensure privacy. In this document, we'll go through all the configuration options for the **Password Input** component.
<div style={{paddingTop:'24px}}>
<div style={{paddingTop:'24px'}}>
## Properties
| <div style={{ width:"100px"}}> Property </div> | <div style={{ width:"250px"}}> Description </div> | <div style={{width: "200px"}}> Expected Value </div>|