Better autoComplete typings

This commit is contained in:
garronej
2021-11-01 22:28:53 +01:00
parent cbfc271da5
commit 2ee00ed919
3 changed files with 58 additions and 15 deletions

View File

@ -312,6 +312,7 @@ export function useFormValidationSlice(params: {
"validators": passwordValidators,
"annotations": {},
"groupAnnotations": {},
"autocomplete": "new-password",
}),
id<Attribute>({
"name": "password-confirm",
@ -328,6 +329,7 @@ export function useFormValidationSlice(params: {
},
"annotations": {},
"groupAnnotations": {},
"autocomplete": "new-password",
}),
]),
],