EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: devnull on March 19, 2013, 04:44:42 AM



Title: Feature Request - Numberspinner valueStep [solved]
Post by: devnull on March 19, 2013, 04:44:42 AM
Hi;

Is it possible to add a  valueStep property so that for example, each time it is clicked it increases by by this value rather than the default value of 1.0

For example, it would be good to be able to increment / decrement the number spinner by 0.25 on each click.

Thanks


Title: Re: Feature Request - Numberspinner valueStep
Post by: stworthy on March 19, 2013, 05:44:20 AM
This feature has been supported.
Code:
<input class="easyui-numberspinner" data-options="precision:2,increment:0.25">


Title: Re: Feature Request - Numberspinner valueStep [solved]
Post by: devnull on March 19, 2013, 04:22:08 PM
Excellent, thanks, but I did not see that in the documentation ?!