igniteui-angular 19.2.23 → 19.2.24
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.
|
@@ -9908,6 +9908,9 @@ class IgxInputDirective {
|
|
|
9908
9908
|
*/
|
|
9909
9909
|
onBlur() {
|
|
9910
9910
|
this.inputGroup.isFocused = false;
|
|
9911
|
+
if (this.ngControl?.control) {
|
|
9912
|
+
this.ngControl.control.markAsTouched();
|
|
9913
|
+
}
|
|
9911
9914
|
this.updateValidityState();
|
|
9912
9915
|
}
|
|
9913
9916
|
/** @hidden @internal */
|