framework7-website
framework7-website copied to clipboard
Stepper setValue incomplete documentation
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