Posted 13 April 2018, 5:18 am EST
We noticed a regression in the wj-input-number for empty (null or undefind) values if the control is used with ngModel but outside element.
If the value is null, it displays 0 even though isRequired is false.
Reproduction:
https://stackblitz.com/edit/angular-ueettn?file=app%2Fapp.component.html
If using inside it works as expected.
