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
Nirmal ChristopherNirmal Christopher 

<apex Input field tag is not working for a look up field

I have these field  Inorder to change the value from the look up field in a visualforce page and choose required value from the pop up after selecting the pop up  is not getting disappeared (the popup remains Intact) but the field value is changed. Since this is from the standard field  I am un able to track why this is not working.

<apex:inputField value="{!Jobs__c.Job_Locations__c}" required="true">
James LoghryJames Loghry
Can you elaborate a bit on this?

Does your visualforce page use the standard styles and header, or are you setting those to false?

Does this happen when selecting an existing parent record, or when you create a new parent record?

Which browser are you working?

Do you see any javascript errors as a result of setting your lookup?