3

I'm currently trying to remove Google autofill / autocomplete on my form. I already have autofill using google map, but navigator autofill comes to put himself on top of the other one I tried a lot of solutions found on the others topics.

  • adding autocomplete="off" both form / input
  • autocomplete="randomString"
  • adding hidden input at the beggining of the form
  • replacing both id and name attribute by random string

My input tag looks like :

<input id="Ju6wJZPEnc" aria-invalid="false" placeholder="ENTER_PICKUP_ADDRESS" class="MuiInput-input-32 controls" type="text" name="rRxgEiRXru" onkeypress="return event.keyCode !== 13;" autocomplete="8J%A*yG9eb!F[NLEqv8Q">

enter image description here

Paulie_D
  • 107,962
  • 13
  • 142
  • 161
P-A
  • 31
  • 3

0 Answers0