ant-design-blazor/components/core/Base
Andrzej Bakun 555fdb9a43 fix(module: checkbox & switch): Checked parameter binding (#1394)
* fix(module:checkbox): allow binding to Checked parameter

* fix(module:switch): allow binding to Checked parameter

* fix(modules): checkbox & switch get AntInputBoolComponentBase class

* test(module:switch): add tests

* test(module:checkbox): add tests

* test(module:divider): simplify by using id:ignore

* docs(module:checkbox): bind example

* docs(module:switch): bind example

* fix(module:switch): add Control + docs + tests

* feat(module:checkboxgroup): add layout and mixed mode

* fix: review comments + tests

* fix(module:checkboxgroup): parameter name should be MixedMode

added more tests

* fix demo

* fix(module:checkboxgroup): allow toggling between modes

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-25 01:04:21 +08:00
..
AntComponentBase.cs fix: multiple bugs originating from js (#1342) 2021-04-15 14:19:26 +08:00
AntContainerComponentBase.cs refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
AntDomComponentBase.cs feat(module: config-provider): support RTL (#1238) 2021-03-31 19:23:26 +08:00
AntInputBoolComponentBase.cs fix(module: checkbox & switch): Checked parameter binding (#1394) 2021-04-25 01:04:21 +08:00
AntInputComponentBase.cs feat(module: form): add ValidateOnChange parameter (#920) 2020-12-25 12:51:55 +08:00
Template.razor refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
TemplateComponentBase.cs refactor: unified use of FeedbackComponent for modal comfirm and drawer (#1263) 2021-04-04 15:40:54 +08:00