forms - Disabling Autofill on <textarea> in Chrome -
has found way achieve this? i've tried adding autocomplete="off"
on both <textarea>
, <form>
no avail. google chrome continues suggest addresses me on 1 of textareas:
<div class="col-md-12"> <div class="row"> <label class="col-md-4">permanent address</label> <div class="col-md-8"> <textarea class="form-control"></textarea> </div> </div> </div>
the thing can find online how stop google autofilling usernames / passwords, nothing <textarea>
elements
Comments
Post a Comment