Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
soupette 2020-02-27 11:20:04 +01:00
parent 721ec829ae
commit 9c638f5351

View File

@ -152,6 +152,7 @@ function Inputs({ autoFocus, keys, layout, name, onBlur }) {
return (
<InputsIndex
{...metadatas}
autoComplete="new-password"
autoFocus={autoFocus}
didCheckErrors={didCheckErrors}
disabled={disabled}