We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a6404 commit 6168ddbCopy full SHA for 6168ddb
nativescript-angular/value-accessors/time-value-accessor.ts
@@ -26,7 +26,7 @@ const TIME_VALUE_ACCESSOR = {
26
"time-picker[ngModel], time-picker[formControlName]",
27
providers: [TIME_VALUE_ACCESSOR],
28
host: {
29
- "(touch)": "onTouch()",
+ "(touch)": "onTouched()",
30
"(timeChange)": "onChange($event.value)",
31
},
32
})
0 commit comments