Guest User

Untitled

a guest
Nov 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. {!v.BatchInstance.Discount_Type__c}/*here the values it is displaying.*/
  2. <td>
  3. <ui:inputselect class="slds-input" value="{!v.BatchInstance.Discount_Type__c}" aura:id="disctype" change="{!c.discountvalidation}">
  4. <option value=""> - </option>
  5. <option value="ServicePremium"> ServicePremium </option>
  6. <option value="Service Rapide"> Service Rapide </option>
  7. <option value="MOD/MOQ"> MOD/MOQ </option>
  8.  
  9. </ui:inputselect>
  10. </td>
Add Comment
Please, Sign In to add comment