Uniphix
Active member
When using spin box for floats such as 0.01 or something of this sort. It cannot go pass 0.03, and if you set it to 0.04 it will go up to 0.06 then 0.06999999999 and stop there again...
this is using something like
<input type="text" class="SpinBox" step="0.01" min="0.00" max="1.00" />
this is using something like
<input type="text" class="SpinBox" step="0.01" min="0.00" max="1.00" />