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
Hi Chaudary,
Use (Non-Breakable space) command between the two tags
Hi Chaudary,
Use (Non-Breakable space) command between the two tags
I've gone through your requirement and you can use between the two elements:
Examples-->
<div class="slds-size_1-of-5">
<div class="slds-text-heading_large">
<lightning:input type="Text" value="{!con.FirstName}" label="FirstName"/>
</div>
</div>
<div class="slds-size_1-of-5">
<div class="slds-text-heading_large">
<lightning:input type="Text" value="{!con.LastName}" label="LastName" />
</div>
</div>
I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks and Regards,
Deepali Kulshrestha
www.kdeepali.com