ant-design-blazor/components/anchor
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.3.5 (#240) 2020-06-21 23:15:22 +08:00
Anchor.razor feat: add anchor component (#281) 2020-06-30 22:03:31 +08:00
Anchor.razor.cs fix: children components dispose (#399) 2020-07-21 23:48:43 +08:00
AnchorLink.razor feat: add anchor component (#281) 2020-06-30 22:03:31 +08:00
AnchorLink.razor.cs fix: children components dispose (#399) 2020-07-21 23:48:43 +08:00
AnchorLinkEqualityComparer.cs feat(docs): add affixed demo anchor (#366) 2020-07-16 13:59:56 +08:00
IAnchor.cs fix: children components dispose (#399) 2020-07-21 23:48:43 +08:00