diff --git a/nativescript-angular/forms/value-accessors/text-value-accessor.ts b/nativescript-angular/forms/value-accessors/text-value-accessor.ts index de41fae85..2fc201491 100644 --- a/nativescript-angular/forms/value-accessors/text-value-accessor.ts +++ b/nativescript-angular/forms/value-accessors/text-value-accessor.ts @@ -38,7 +38,7 @@ export type TextView = {text: string} & View; "search-bar[ngModel], search-bar[formControlName],search-bar[formControl]", providers: [TEXT_VALUE_ACCESSOR], host: { - "(touch)": "onTouched()", + "(blur)": "onTouched()", "(textChange)": "onChange($event.value)", }, })