diff --git a/platform/forms/src/MCTControl.js b/platform/forms/src/MCTControl.js index b46ba6e7a1..78ac8c194d 100644 --- a/platform/forms/src/MCTControl.js +++ b/platform/forms/src/MCTControl.js @@ -79,6 +79,9 @@ define( // Used to choose which form control to use key: "=", + // Allow controls to trigger blur-like events + ngBlur: "&", + // The state of the form value itself ngModel: "=",