Skip to content

Commit 1a8cc12

Browse files
author
segfault0x61
committed
fix: 🐛 change output event for fields
1 parent 270b51b commit 1a8cc12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/components/form-field/form-field.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export class FormFieldComponent {
2727
e.stopPropagation();
2828
e.preventDefault();
2929

30+
this.change.emit(e);
3031
this.valueChange.emit((e.target as HTMLInputElement).value);
3132
}
3233
}

0 commit comments

Comments
 (0)