0

I'm using many example for hide autofill on mac but its not working for me..

<style>
    input::-webkit-autofill
</style>
<div class="form">
    <input type="text" class="form-control" autocomplete="off" />
    <input type="email" class="form-control" autocomplete="off" />

    <button type="submit"><i class="material-icons send"></i></button>
</div>

But it's not working for me

Please suggest me a better example...

0stone0
  • 34,288
  • 4
  • 39
  • 64
Deepak Jadon
  • 108
  • 6
  • 2
    Please check here: https://stackoverflow.com/questions/22661977/disabling-safari-autofill-on-usernames-and-passwords – Dorvalla Mar 18 '20 at 11:52
  • thanks this css works for me `input::-webkit-contacts-auto-fill-button, input::-webkit-credentials-auto-fill-button { visibility: hidden; pointer-events: none; position: absolute; right: 0; }` – Deepak Jadon Mar 18 '20 at 12:04

0 Answers0