VF Page code:
<div class="slds-form-element slds-size--1-of-2">
<label class="slds-form-element__label" for="input-02">Secondary Opportunity Owner:</label>
<apex:inputfield styleclass="slds-input" value="{!opp2.Secondary_Opportunity_Owner__c}"/>
</div>
Expected:
Can anyone help me how to get the lookup field as expected above.
Reagrds,
Ajay


