We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270b51b commit 1a8cc12Copy full SHA for 1a8cc12
src/app/components/form-field/form-field.component.ts
@@ -27,6 +27,7 @@ export class FormFieldComponent {
27
e.stopPropagation();
28
e.preventDefault();
29
30
+ this.change.emit(e);
31
this.valueChange.emit((e.target as HTMLInputElement).value);
32
}
33
0 commit comments