Discussed in #6668
Originally posted by baph-omet July 8, 2026
I'm currently working on a product page for my website using the Blazorise Carousel component. I noticed that when the SelectedSlide property of the Carousel component is not specified, the Carousel does not render properly. This requires the developer to bind something to that property, even if it isn't actually needed.
I think that by default the component should just start on the first CarouselSlide child component and not worry about raising an EventCallback if it isn't assigned.
Discussed in #6668
Originally posted by baph-omet July 8, 2026
I'm currently working on a product page for my website using the Blazorise Carousel component. I noticed that when the
SelectedSlideproperty of the Carousel component is not specified, the Carousel does not render properly. This requires the developer to bind something to that property, even if it isn't actually needed.I think that by default the component should just start on the first CarouselSlide child component and not worry about raising an EventCallback if it isn't assigned.