Topic: Stepper Resize
Tobias.Weber priority asked 2 years ago
Expected behavior Adjust Stepper Height after change of Stepper Content Size
Actual behavior Stepper Content is not showing completely after expanding some content in it
See my regarding post https://mdbootstrap.com/support/vue/stepper-resize-2/
alex_wearelanded priority answered 9 months ago
7 months and this hasnt been implemented, what kind of responsive material design does not auto size with content ??
Bartosz Cylwik staff commented 9 months ago
We have added a new dynamic
prop that by default is set to false
. When set to true
the stepper height is being recalculated on step content changes.
Checkout my snippet here: https://mdbootstrap.com/snippets/vue/b-cylwik/5916643#html-tab-view
Link to our documentation (if needed): https://mdbootstrap.com/docs/vue/components/stepper/#subsection-stepper-step
triklimops-org priority answered 1 year ago
I had written something similar to expand the area of the stepper after dynamic content was added, however your solution is better. Thanks for sharing!
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Vue
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: Yes
ucyberg priority commented 1 year ago
I think it is the principal problem that mdbootstrap has, that the components do not interact when the content changes dynamically. I have had to correct some things in the source code of the components to use it. But there is an option, say the bungling option, but it works, create a function to update the mdbootstrap components and call it every time the content changes dynamically.
function UpdateMDBUI() {
}