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
James Yeung
d2e9c4b247
feat(module: config-provider): support RTL ( #1238 )
...
* feat(module: config-provider): support RTL
* add rtl for each component
* fix rtl for pagination
* add rtl for overlay
2021-03-31 19:23:26 +08:00
James Yeung
e3bb43a3ff
fix(module: checkbox): options.value works incorrectly ( #554 )
2020-08-31 23:41:33 +08:00
James Yeung
afcc3c088c
fix(module: table): clear cached items that are not on current page ( #442 )
2020-08-01 23:45:48 +08:00
James Yeung
1f76b2afc5
fix(module: checkbox): default value binding ( #437 )
...
* fix(module: checkbox): default value binding
* fix: default value for select-group
2020-07-30 23:54:31 +08:00
Alsein
82ef62b7a7
feat: add simple table component ( #86 )
...
* fix: add @commitlint/config-conventional to devDependencies
* feat: add basic table implementation
* feat: continue adding definitions
* feat: end of work in 20200414
* fix: add readonly to csssizelength
* fix: warnings from table
* fix: add ignorecase to csssizelength
* feat: refactor table
* feat: add simple table
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-30 01:46:41 +08:00
ElderJames
97f920ab9a
refactor: change namespcae to AntDesign
2020-05-29 00:33:49 +08:00
Henry.zhang
826df9d055
feat: new demo for switch, radio, slider and inputnumber ( #155 )
...
* feat: new demo for switch, radio, slider and inputnumber
* fix: remove some blank in demo doc api section
* fix: format the code in demo
* fix: checkbox and switch
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-28 16:56:52 +08:00