Posted 8 October 2019, 4:39 am EST
Dear all, I am using the Wijmo Library 5.20173.405 and AngularJS. And facing the issue:
The number input control can be added the value when press the spinner + button even the oringal value is null or not. However, after I added the FlexViewer in _Layout.cshtml, the number input control spinner will be disabled after init if the value is null.
The code as below:
Layout.cshtml
@Html.C1().Styles()
@Html.C1().Scripts().FlexViewer()
Number Input html
<wj-input-number
ng-init="init()"
type="number"
is-required="false"
show-spinner="true"
/>
Can anyone helps? I enclosed the screen record named “NumberInput_C1_FlexViewer.zip”. Thanks.
NumberInput_C1_FlexViewer.zip