ant-design-blazor/components/select
MarvelTiter_yaoqinglin 4451315af1
feat(module: select): add LabelProperty, ValueProperty and DisabledPredicate as expression-style api (#3569)
* fix(module: select):add parameter for SelectOption component which should be used when SelectOption was created directly and TItem is different with TItemValue

* feat(module: select): add parameter that support use delegate to set option label and value

* rename XXXGetter to OptionXXXExpression

* rename OptionXXXExpression to OptionXXXProperty

* refactor

* fix tests

* fix test

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-12-25 23:23:04 +08:00
..
internal fix(module: select): avoid search value binding while the IME is during composition status (#3583) 2023-12-25 23:18:39 +08:00
style chore: sync ant-design v4.24.2 (#2877) 2022-11-24 23:11:02 +08:00
EnumSelect.cs refactor(module: table): use EnumSelect for table filter (#1777) 2021-07-27 13:43:23 +08:00
Properties.cs fix(module: select): Null option shows in SelectContent (#2023) 2021-10-29 22:43:46 +08:00
ResponsiveTag.cs fix(module: select): Null option shows in SelectContent (#2023) 2021-10-29 22:43:46 +08:00
Select.razor fix(module: select): avoid search value binding while the IME is during composition status (#3583) 2023-12-25 23:18:39 +08:00
Select.razor.cs feat(module: select): add LabelProperty, ValueProperty and DisabledPredicate as expression-style api (#3569) 2023-12-25 23:23:04 +08:00
SelectBase.cs fix(module: select): avoid search value binding while the IME is during composition status (#3583) 2023-12-25 23:18:39 +08:00
SelectLocale.cs fix(module: datepicker): wrong day order and fallback to use globalization libaray when there is no day locale (#2855) 2022-11-04 13:46:24 +08:00
SelectOption.razor feat(module: select): add aria-label to select option (#3385) 2023-08-05 14:13:38 +08:00
SelectOption.razor.cs feat(module: select): add LabelProperty, ValueProperty and DisabledPredicate as expression-style api (#3569) 2023-12-25 23:23:04 +08:00
SimpleSelect.cs fix(module: select): Null option shows in SelectContent (#2023) 2021-10-29 22:43:46 +08:00