Fired from the fields when they're registered with the widget when the autoHookup configuration is enabled or if the registration argument for registerField is true. Used to register the feedback events on automatically registration.

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