I updated NumericStepper to fix this issue on the dual branch. - Josh
On Thu, Apr 27, 2017 at 5:11 PM, Josh Tynjala <joshtynj...@gmail.com> wrote: > I'm trying to use NumericStepper or Slider with the latest nightly (tried > both develop and dual), but they don't seem to be working. > > The initial values are not displayed, and while I can change the value > with NumericStepper, Slider doesn't seem to be interactive. > > <js:Slider value="20" minimum="10" maximum="50" stepSize="10"/> > <js:NumericStepper value="20" minimum="10" maximum="50" stepSize="10"/> > > Are they currently in a bad state? > > - Josh >