in scripts/view.ts [89:92]
public update(value: number) { this.currentValue = String(value); $("input").val(this.currentValue); }