function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Enrico devEnrico dev 

Remove Recent Item suggestion for Visual force lookup

This is my VF Page:
<apex:page standardcontroller="account" doctype="html-5.0">
<apex:form >
   <apex:inputfield value="{!account.Forecast_Account__c}" html-autocomplete="off"/>  
</apex:form>
</apex:page>


I would like to remove the "My recent items" tooltip for lookup field "FAccount__c" :

User-added image

I know that i can remove "Recent items" suggestions fro a specific object from Setup->Search Settings, but i would like to remove this feature only for this specific VF page.

Is there some way to accomplish this using JS or Visual force?
ShashankShashank (Salesforce Developers) 
I see thaat your question has been answered here: http://salesforce.stackexchange.com/questions/68803/remove-recent-item-suggestion-for-visual-force-lookup

Posting here for others.