ant-design-blazor/components/select
王俊 5b3e89a07a feat(module: select): add EnumSelect for select componet with enum (#1759)
* feat(module: select): add EnumSelect for select componet with enum

* refactor: extract EnumLabelValue to the core directory

* feat: add enum select demo

* refactor: extracts the GetLabelValueList method to EnumHelper

* refactor: refactor EnumSelect with simple data source

* feat: add enum DisplayName support

* fix: modify the reflection of the enum get attribute with field

* add test

Co-authored-by: wangjun <wangjun@chemical.ai>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-07-26 05:16:19 +00:00
..
internal docs: update modal and drawer docs (#1625) 2021-06-13 23:04:19 +08:00
style chore: sync ant-design v4.14.0 (#1249) 2021-03-31 19:23:29 +08:00
EnumSelect.cs feat(module: select): add EnumSelect for select componet with enum (#1759) 2021-07-26 05:16:19 +00:00
LabelTemplateItem.razor feat(module: overlay): OverlayTrigger not bound to a div (#937) 2021-01-21 17:20:10 +08:00
LabelTemplateItem.razor.cs feat(module: overlay): OverlayTrigger not bound to a div (#937) 2021-01-21 17:20:10 +08:00
Properties.cs refactor(module: select): completely new (#800) 2020-11-27 13:13:26 +08:00
ResponsiveTag.cs feat(module: select): Select responsive max tag count (#1338) 2021-04-13 13:12:18 +08:00
Select.razor feat(module: select): Select responsive max tag count (#1338) 2021-04-13 13:12:18 +08:00
Select.razor.cs feat(module: select): add EnumSelect for select componet with enum (#1759) 2021-07-26 05:16:19 +00:00
SelectLocale.cs refactor(module: select): completely new (#800) 2020-11-27 13:13:26 +08:00
SelectOption.razor fix(module: select): multiple fixes and optimizations (#1087) 2021-02-04 23:40:47 +08:00
SelectOption.razor.cs feat(module: table): add built-in filter for enum types, support null value for List filter type (#1439) 2021-05-08 13:00:52 +08:00
SimpleSelect.cs feat(module: select): add a simple select with string type (#836) 2020-11-28 10:02:35 +08:00