Fired from the field when the verification request starts. Can be used to display a loading indicator to the user. A nb:result event will be fired once the verification request has been completed.

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