You need to sign in to do that
Don't have an account?

lightning:helptText alignment issue with lightning:input field in lightning componnet
i want display lightning:helpText along with lable of lighting:input field.
<aura:component> <lightning:helptext content="Your Name will be your login name" /> <lightning:input label="Name" name="myname" required="true"/> </aura:component>
Thanks in advance
add custom label for input field and hide standard component lable using CSS
Hope it will helps you,
http://sfdcMonkey.com
All Answers
add custom label for input field and hide standard component lable using CSS
Hope it will helps you,
http://sfdcMonkey.com
http://http://sfdcmonkey.com/2018/10/20/display-help-text-lightninginput-field-component/ (http://http://sfdcmonkey.com/2018/10/20/display-help-text-lightninginput-field-component/)
Thanks hope this will helps you