Search
 
SCRIPT & CODE EXAMPLE
 

HTML

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>
Comment

PREVIOUS NEXT
Code Example
Html :: javascript limit input to 2 decimal places 
Html :: html count django model related_name 
Html :: kodingan menambahkan judul isi di html 
Html :: angular html interpret html 
Html :: how to make an ion-label word wrap 
Html :: can we manipulate the html elements 
Html :: cats bla bla bla 
Html :: thml text are 
Html :: qml:control font color 
Html :: how to make a html tag in html 
Html :: change html title 
Html :: send html email from outlook 
Html :: input telefono html 
Html :: ahref html 
Html :: what is the tag for i frame 
Css :: make text unselectable css 
Css :: css media queries 
Css :: how to change the underline thickness in css 
Css :: three dots in css 
Css :: filter for css white color 
Css :: why is my footer not at the bottom html 
Css :: css flex center horizontally and vertically 
Css :: input type search remove x 
Css :: remove the glow in bootstrap input 
Css :: css center vertically and horizontally 
Css :: check if input is empty css 
Css :: Safari only CSS hack 
Css :: text limit in css 
Css :: css breakpoints 
Css :: css input remove border on focus 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =