-
-
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.
What problem does this feature solve?
浏览器会自动填充用户名密码,在不需要自动填充时,需要设置autocomplete,但目前Props未提供该属性
What does the proposed API look like?
<Input.Password autocomplete="new-password"/>
or
<Input.Password autoComplete="new-password"/>