You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running inside a BS modal the content of step 1 (or any other step) isn't showing when the modal and smart wizard loads. If you tap the Previous/Next buttons then the content shows.
Looking at the browser (Chrome) inspector I can see that the tab-content height is being set to 0px by smartwizard and when you hit the previous/next buttons then the height is appropriately set and the content appears
To fix the issue I had to use autoAdjustHeight: false, and everything works fine but that seems like a workaround so wanted you to know.
Latest versions of smartwizard, bootstrap and jquery being used.
Thanks for a great component.
Kris
The text was updated successfully, but these errors were encountered:
Describe the bug
When running inside a BS modal the content of step 1 (or any other step) isn't showing when the modal and smart wizard loads. If you tap the Previous/Next buttons then the content shows.
Looking at the browser (Chrome) inspector I can see that the tab-content height is being set to 0px by smartwizard and when you hit the previous/next buttons then the height is appropriately set and the content appears
To fix the issue I had to use autoAdjustHeight: false, and everything works fine but that seems like a workaround so wanted you to know.
Latest versions of smartwizard, bootstrap and jquery being used.
Thanks for a great component.
Kris
The text was updated successfully, but these errors were encountered: