Horje
salesforce lightning aura add red asterick for <lightning:input Code Example
salesforce lightning aura add red asterick for
<div class="slds-form-element">
    <label class="slds-form-element__label" for="cusinfocomp-input4">
        <aura:if isTrue="{!v.required}">
            <abbr class="slds-required" title="required" aura:id="emailReq">*											
            </abbr>
        </aura:if>
        Email Address
    </label>
    <div class="slds-form-element__control">
        <ui:inputText aura:id="cusinfocomp-input4" class="slds-input"
        value="{!v.contact.Email}" blur="{!c.checkValidate}"/>
    </div>
</div>




Html

Related
how to toggle hover display text of button on click Code Example how to toggle hover display text of button on click Code Example
element is no longer attached to DOM. Unable to animate. Code Example element is no longer attached to DOM. Unable to animate. Code Example
html vase Code Example html vase Code Example
Aria hr role Code Example Aria hr role Code Example
hello world html template download file Code Example hello world html template download file Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9