function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
hey here is how you can use the lightning: input with the help of Lightning Data Service
example :<lightning:recordEditForm onsuccess="{!c.handleSuccess}" objectApiName="Lead" onsubmit="{!c.handleSubmit}" > <lightning:messages /> <div class="slds-grid slds-grid slds-gutters"> <div class="slds-col "> <lightning:inputField fieldName="Name" /> ----> you can use the field name here whether its lookup or custom.
hey here is how you can use the lightning: input with the help of Lightning Data Service
example :
<lightning:recordEditForm onsuccess="{!c.handleSuccess}"
objectApiName="Lead"
onsubmit="{!c.handleSubmit}" >
<lightning:messages />
<div class="slds-grid slds-grid slds-gutters">
<div class="slds-col ">
<lightning:inputField fieldName="Name" /> ----> you can use the field name here whether its lookup or custom.