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
Hi, I used DynamicComponent with a Card containing a Carousel (named CardCarousel). Then added Pagination with the desire of switching out the CardCarousel for another CardCarousel.
Two CardCarousels were made to be rendered for Pagination page 1 and 2.
One CardCarousel references 3 images. The other references 4 images.
It almost works as expected. But the Carousel Indicators seem to multiple or have "ghost" ones hanging around.
Using BlazorBootstrap Version 3.1.0.
Code is at https://github.com/skippyV/BlazorCardCarousel
Hope you have time to look at it.
Strong possibility I'm not using DynamicComponent correctly...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I used DynamicComponent with a Card containing a Carousel (named CardCarousel). Then added Pagination with the desire of switching out the CardCarousel for another CardCarousel.
Two CardCarousels were made to be rendered for Pagination page 1 and 2.
One CardCarousel references 3 images. The other references 4 images.
It almost works as expected. But the Carousel Indicators seem to multiple or have "ghost" ones hanging around.
Using BlazorBootstrap Version 3.1.0.
Code is at https://github.com/skippyV/BlazorCardCarousel
Hope you have time to look at it.
Strong possibility I'm not using DynamicComponent correctly...
Beta Was this translation helpful? Give feedback.
All reactions