diff --git a/src/Explorer/Controls/ThroughputInput/ThroughputInputComponentAutoPilotV3.ts b/src/Explorer/Controls/ThroughputInput/ThroughputInputComponentAutoPilotV3.ts index bf0bc9970..8c87897ef 100644 --- a/src/Explorer/Controls/ThroughputInput/ThroughputInputComponentAutoPilotV3.ts +++ b/src/Explorer/Controls/ThroughputInput/ThroughputInputComponentAutoPilotV3.ts @@ -267,6 +267,10 @@ export class ThroughputInputViewModel extends WaitsForTemplateViewModel { return true; }; + public onThroughputChange = (source: any) => { + window.alert("onThroughputChange"); + }; + private _getSanitizedValue(): number { let throughput = this.value(); diff --git a/src/Explorer/Controls/ThroughputInput/ThroughputInputComponentAutoscaleV3.html b/src/Explorer/Controls/ThroughputInput/ThroughputInputComponentAutoscaleV3.html index 1057cac75..14bcff7b2 100644 --- a/src/Explorer/Controls/ThroughputInput/ThroughputInputComponentAutoscaleV3.html +++ b/src/Explorer/Controls/ThroughputInput/ThroughputInputComponentAutoscaleV3.html @@ -150,6 +150,9 @@ 'aria-label': ariaLabel, disabled: overrideWithAutoPilotSettings(), required: isManualThroughputInputFieldRequired() + }, + event:{ + change: onThroughputChange }" />