Indunil Udayalal

Results 4 comments of Indunil Udayalal

> `changeToNegative(): void { if (this.options.allowNegative && this.rawValue != "" && this.rawValue.charAt(0) != "-" && this.value != 0) { this.rawValue = "-" + this.rawValue; } if (this.rawValue.charAt(0) != "-") {...

Hi @nbfontana Thank you for a prompt response. **Yes, I think your first approach would be handy.**, Are the changes releasing soon? --my html---- I have configured my input as...

1.4.0 does not work with angular 9.1, any help on this?

> Looks like they just left the README off the update. > > It looks like version 1.4.0 isn't compatible with Angular 9 Ivy? Has anyone got it to work?...