Open modnaut opened 11 years ago
I did this using raw JS and got the same result. Looks like a little bug in ExtJS. I'll submit a bug to them, but for now there's no much we can do.
They've accepted my bug report!
Awesome!!
On Fri, Mar 22, 2013 at 10:23 AM, dannycohn notifications@github.comwrote:
They've accepted my bug report!
— Reply to this email directly or view it on GitHubhttps://github.com/modnaut/primary/issues/27#issuecomment-15302773 .
Below is the code snippet for a slider. I have it starting at 50, increments by 100 and maxes out at 1000. However, this goes to 1050... may not be a bug could just be how extjs handles it?
xsi:type="Slider" width="300" value="1000" minValue="50" maxValue="1000" increment="100"