I cannot get the default value of 1 to appear:
This won't work
<input name="test_1" class="easyui-numberspinner" data-options="min:0,max:3,editable:false" value="1">
Neither will this:
<input name="test_1" class="easyui-numberspinner" data-options="value:1,min:0,max:3,editable:false">