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

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -