2019-01-21から1日間の記事一覧

JSを書かずに一致チェックができる!

emailInput.cmp <aura:component implements="flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId" access="global" > <aura:attribute name="email" type="String"/> <lightning:input type="email" label="メールアドレス" name="email" value="{!v.email}" /> </lightning:input></aura:attribute></aura:component>