ant-design-blazor/components/carousel
LI ZICHAO 71bac2e85d fix: children components dispose (#399)
* Children components using CascadingParameter add itself to parent component.However, when children components disposed, they are not remove from parent component. For example, when items in checkgroup have changed , it may causes Index was outside the bounds of the array at AntDesign.CheckboxGroup.OnCheckboxChange.To fix these bug, Adding remove function in dispose process is the solution of this commit.

* fix: some exception

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-21 23:48:43 +08:00
..
style chore: sync ant-design v4.1.5 (#84) 2020-04-26 10:41:53 +08:00
Carousel.razor feat(module: carousel): scroll vertically for Left/Right DotPosition (#216) 2020-06-11 23:24:58 +08:00
Carousel.razor.cs fix: children components dispose (#399) 2020-07-21 23:48:43 +08:00
CarouselDotPosition.cs refactor: add grid and carousel demo (#187) 2020-06-07 00:20:28 +08:00
CarouselEffect.cs refactor: add grid and carousel demo (#187) 2020-06-07 00:20:28 +08:00
CarouselSlick.cs fix: children components dispose (#399) 2020-07-21 23:48:43 +08:00