control.setValidators(validators); control.updateValueAndValidity(); // Trigger validation logic return { control: control, validators: validators }; } return null; } } This post is based on a successful production solution, but for clarity and space I have done quite a bit of “pruning”. ...
To have the same behaviour, or similar one than in RC5. At least, we shall have a possibility, even if it's a breaking change, to set dynamically thedisabledattribute. As of now, it does not seem possible anymore. Please tell us about your environment: Angular version:2.0.0-rc.6 Brow...