igniteui-angular 20.0.14 → 20.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9907,6 +9907,9 @@ class IgxInputDirective {
|
|
|
9907
9907
|
*/
|
|
9908
9908
|
onBlur() {
|
|
9909
9909
|
this.inputGroup.isFocused = false;
|
|
9910
|
+
if (this.ngControl?.control) {
|
|
9911
|
+
this.ngControl.control.markAsTouched();
|
|
9912
|
+
}
|
|
9910
9913
|
this.updateValidityState();
|
|
9911
9914
|
}
|
|
9912
9915
|
/** @hidden @internal */
|