Update value on change

This commit is contained in:
Cory LaViska
2020-08-20 08:25:52 -04:00
parent 794f2fe5a0
commit c71bbb4384
2 changed files with 5 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ export class Input {
}
handleChange() {
this.value = this.input.value;
this.slChange.emit();
}