Fired from the field when its input isn't a syntactically valid email (e.g. a missing @ character or incomplete domain name). This is useful to prompt the user for a properly formatted email.

field.addEventListener('nb:soft-result', function(e) {
  
    // Get the ID for this field
    var id = e.detail.id;
});