How to set field values on lightning:recordEditForm?
value attribute on the lightning:inputField tag can be used to set field values on lightning:recordEditForm. Check the following sample code for reference. Sample Code: Sample.cmp: <aura:component implements="force:appHostable" > <aura:attribute name="AccountId" ....