Guest User

Untitled

a guest
Oct 24th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <div class="{!v.caseItem.SplitPayment__c =='SI' ? 'slds-size_1-of-3' : 'slds-hide'}">
  2. <label class="slds-form-element__label" >{!$Label.c.EndDateValiditySP</label>
  3. <ui:inputDate value="{!v.caseItem.EndDate_SplitPayment__c}" updateOn="keyup" displayDatePicker="true" aura:id="endDateSP" class="{!v.caseItem.SplitPayment__c =='SI' ? 'slds-input slds-input-has-icon_left' : 'slds-hide'}" change="{! c.removeRedBox}" disabled="{!v.disableSection}" format="dd-MM-yyyy" />
  4. </div>
Add Comment
Please, Sign In to add comment