diff --git a/nativescript-angular/value-accessors/time-value-accessor.ts b/nativescript-angular/value-accessors/time-value-accessor.ts index 61539fdec..4112de8f0 100644 --- a/nativescript-angular/value-accessors/time-value-accessor.ts +++ b/nativescript-angular/value-accessors/time-value-accessor.ts @@ -26,7 +26,7 @@ const TIME_VALUE_ACCESSOR = { "time-picker[ngModel], time-picker[formControlName]", providers: [TIME_VALUE_ACCESSOR], host: { - "(touch)": "onTouch()", + "(touch)": "onTouched()", "(timeChange)": "onChange($event.value)", }, })