0

Hello i tried to create a new form to add new user, this form contain an input 'username' & another one 'password', my probleme is when i open the form the field username and password get by default the user and password saved in browser , i tried to user autoComplete='false' but it doesn't work.

My question is how to disable this feature, any hint can be helpfull

This is how it looks this is how it looks

Salah ED
  • 427
  • 4
  • 15

2 Answers2

3

I fixed this problem by adding autoComplete="new-password" to the Input.Password

<Input.Password placeholder="Mot de Passe" autoComplete="new-password" />
Salah ED
  • 427
  • 4
  • 15
0

Some versions of the browsers ignore these attributes autoComplete.

please check this Ans of this problem

Md Rana Hossain
  • 306
  • 2
  • 6