framework7-website icon indicating copy to clipboard operation
framework7-website copied to clipboard

Stepper setValue incomplete documentation

Open mdb80 opened this issue 4 years ago • 0 comments

Hi guys,

please add the complete documentation for stepper.

I lost a lot of hours trying to figure out why the stepper wasn't updating with the same value.

Finally, out of desperation, I went to search in the source code what was wrong.....et voila...

/src/core/components/stepper/stepper-class.js#L311

setValue(newValue, forceUpdate, withWraps) {

  • forceUpdate --> work perfect!
  • withWraps ---> ???

example: stepper1.setValue(doutput.sw_auto.ih,true);

Best regards

mdb80 avatar Aug 03 '21 11:08 mdb80