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
Nagarjuna Reddy.PNagarjuna Reddy.P 

Auto highlight of look up records from input field

Hi All,
            I have a Look up field on Contact to Account ,In VF page i used input field component to refer this relation.
  <apex:inputField  value="{!Contact.AccountId}" /> this field is displayed in page as look up  
    User-added image
      here i dont need to click on look up icon to select existing account,but when I start typing text in the text box the Account records are to be Autohiglighted with the matching text which I entered.Clicking custom button to search records is  not required for me.
Thnak you.
Nagarjuna Reddy.PNagarjuna Reddy.P
Thank you Rahul.
                                    I will go through it.