ant-design-blazor/components/radio
James Yeung fdd52e43a0
fix(module: radio): can't selected radio while radio list and value was changed at the same time (#3098)
* fix(module: radio): can't selected radio while radio list and value was changed at the same time

* add tests
2023-02-13 23:20:11 +08:00
..
style chore: sync ant-design v4.24.2 (#2877) 2022-11-24 23:11:02 +08:00
ButtonStyle.cs feat(module: radio): add options for radio group (#1839) 2021-08-14 23:53:21 +08:00
EnumRadioGroup.cs feat(module: radio): support enum type for RadioGroup (#1840) 2021-08-15 00:27:41 +08:00
Radio.razor fix(module: radio): RadioGroup won't sync Disabled value of radioes which is disabled before adding (#2197) 2021-12-24 10:28:37 +08:00
Radio.razor.cs refactor: Mark redundant paramters as obsolete for future removal (#3035) 2023-01-31 16:26:12 +08:00
RadioGroup.razor fix(module: radio): the disabled parameter for RadioGroup with RadioOption<TValue> options doesn't work (#2744) 2022-09-25 17:05:02 +08:00
RadioGroup.razor.cs fix(module: radio): can't selected radio while radio list and value was changed at the same time (#3098) 2023-02-13 23:20:11 +08:00
RadioOption.cs feat(module: radio): add options for radio group (#1839) 2021-08-14 23:53:21 +08:00