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...