ant-design-blazor/components/icon
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 add gulp to complie less 2020-03-07 16:40:38 +08:00
Icon.razor fix(module: icon): put spin class on outside (#372) 2020-07-16 18:26:39 +08:00
Icon.razor.cs fix: children components dispose (#399) 2020-07-21 23:48:43 +08:00
IconFont.razor.cs fix(module: icon): put spin class on outside (#372) 2020-07-16 18:26:39 +08:00
IconService.cs fix(module: icon): put spin class on outside (#372) 2020-07-16 18:26:39 +08:00
IconThemeType.cs feat: add more demos (#197) 2020-06-07 19:41:00 +08:00