Guest User

Untitled

a guest
Jun 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. var allValid = component.find('someId').reduce(function (validFields, inputCmp) {
  2. inputCmp.showHelpMessageIfInvalid();
  3. return validFields && inputCmp.get('v.validity').valid;
  4. }
Add Comment
Please, Sign In to add comment