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