We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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) {
example: stepper1.setValue(doutput.sw_auto.ih,true);
Best regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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) {
example:
stepper1.setValue(doutput.sw_auto.ih,true);
Best regards
The text was updated successfully, but these errors were encountered: