I am wondering if we could clear up the history of autocomplete, please do not say set autocomplete = off as it is not my intend.
right now I have below code which shows the user entry history.
  <form>
    <input type="text" id="leftMenuSearch" autocomplete="on"
      placeholder="<cfoutput>#getLang('myhome',655)#</cfoutput>" />
     <div class="search"><i class="catalyst-magnifier"></i></div>
  </form>

