orzyyyy
|
63b33d4020
|
fix: unexpected changes of snapshots
|
5 years ago |
yoyo837
|
50f6b9c903
|
update
|
5 years ago |
yoyo837
|
c8d5243b97
|
sort
|
5 years ago |
yoyo837
|
660ebbd58f
|
fix values
|
5 years ago |
yoyo837
|
32bb62be15
|
CheckboxGroup onChange 值保持选项的顺序
|
5 years ago |
afc163
|
57c28def68
|
revert unknown to any
|
6 years ago |
Zzzen
|
f1ee189bd2
|
eliminate `any` type in exported interfaces.#14044
|
6 years ago |
zombieJ
|
7a7aa65eec
|
fix: Checkbox.Group onChange should not pass removed value (#16392)
* filter removed value
* clean up
* code style update
|
6 years ago |
Ben Callaway
|
a49caabe00
|
Add name attribute support to Checkbox.Group (#15760)
* Update Checkbox documentation
|
6 years ago |
ztplz
|
2a875ee149
|
Add name prop for checkbox group
|
6 years ago |
陈帅
|
8e11f0bdb9
|
merge support prettier
|
6 years ago |
陈帅
|
dca9715186
|
support prettier
|
6 years ago |
zy410419243
|
5217a4809c
|
pref: change label type
|
6 years ago |
zombieJ
|
1a0a06fca9
|
ConfigProvider support prefixCls (#13389)
Basic support prefixCls.
|
6 years ago |
ztplz
|
ed4cc9e5fd
|
format (#13252)
|
6 years ago |
zombiej
|
4b9027f53a
|
Checkbox under group also should trigger onChange
ref: #12642
|
6 years ago |
zombiej
|
5a0448aa4d
|
fix #12427. CheckGroup support pass dom prop
|
6 years ago |
张聪
|
8a9fbcb5e4
|
Migrate lifecycle method: Upload, CheckboxGroup, Layout.Sider, Tooltip, Popconfirm (#11682)
* Upload lifecycle method migrate
* CheckboxGroup lifecycle method migrate
* Layout.Sider lifecycle method migrate
* Tooltip lifecycle method migrate
* Popconfirm lifecycle method migrate
* test Spin as a controlled component
|
6 years ago |
Wei Zhu
|
064bfaf554
|
Add @types/prop-types
|
6 years ago |
Wei Zhu
|
1a9456f03a
|
Add boolean to CheckboxValueType
Close #10677
|
7 years ago |
Wei Zhu
|
7ee2eca848
|
Pass CheckboxGroup/RadioGroup prefixCls down to children (#10002)
Close #9950
|
7 years ago |
afc163
|
5241497642
|
Fix Checkbox.Group align issue in Form
close #8739
also fix style prop of Checkbox.Group
|
7 years ago |
Wei Zhu
|
2fe2e35a52
|
Fix implicit any error for Checkbox
|
7 years ago |
Wei Zhu
|
479a5cb743
|
Remove allowSyntheticDefaultImports (#8218)
|
7 years ago |
bang
|
e7013fcb3f
|
fix: miss semicolon
|
7 years ago |
bang
|
3fb21c0325
|
chore: keep checkbox's value type consistent close #6768
|
7 years ago |
Benjy Cui
|
eb9e19be1f
|
feat: make Checkbox work in Checkbox.Group, close: #5645 (#5714)
* refactor: simplify Radio's code
* feat: make Checkbox work in Checkbox.Group, close: #5645
* test: add snapshot
|
8 years ago |
Manjit Kumar
|
4e055ed5d0
|
use PropTypes from 'prop-types' mdoule instead of React
- as React.PropTypes is being deprecated
- Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
- Solution: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes
|
8 years ago |
偏右
|
0308138974
|
[WIP] upgrade deps (#5455)
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
|
8 years ago |
偏右
|
674255bd14
|
[WIP] upgrade deps (#5455)
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
|
8 years ago |
Benjy Cui
|
0042ac1c0a
|
fix: recursive dependencies, close: #5264
|
8 years ago |
陆离
|
46c200896f
|
Customize Input Component of AutoComplete (#4483)
* cherry-pick
* remove useless files
* remove useless files
* Group ts
* update interface
* ReactElement
|
8 years ago |
Rex
|
05e9587ec8
|
<CheckboxGroup /> support className (#4276)
|
8 years ago |
Wei Zhu
|
bd55d21f83
|
style: Fix jsx-no-multiline-js (#3994)
* Fix jsx-no-multiline-js
* TimePicker addon test
* Transfer search test
|
8 years ago |
Wei Zhu
|
ccbebe60cc
|
style: Fix jsx alignment, #3966 (#3967)
|
8 years ago |
Wei Zhu
|
f8d2aeefc3
|
refactor: Replace react-addons-pure-render-mixin with rc-util/lib/PureRenderMixin (#3627)
|
8 years ago |
Benjy Cui
|
4878258f6c
|
refactor: ref: #3490
|
8 years ago |
Benjy Cui
|
bd7e9f00c0
|
style: update code style
|
8 years ago |
Benjy Cui
|
af7635a73c
|
fix: should work with rc-form, close: #3046
|
8 years ago |
马斯特
|
a25ec29fb8
|
refactor: 保证所有的tsx和less都正确使用prefix (#3024)
* refactor: extract prefix cls as less variable
* refactor: apply ant icon prefix cls in less files
* refactor: all components support prefixCls props
|
8 years ago |
afc163
|
363f610d8b
|
Fix tsc errors beside DatePicker
|
8 years ago |
Benjy Cui
|
5dcce12c2c
|
fix: some tsc errors (#2804)
|
8 years ago |
afc163
|
2e41e35cc6
|
Fix more tslint problems
|
8 years ago |
偏右
|
de359d2cf7
|
fix tslint problems (#2360)
|
8 years ago |
yiminghe
|
94706f1d2c
|
fix ts
|
9 years ago |
RaoHai
|
18f35047ec
|
Rewrite Checkbox in typescript
+ add return type of splitObject
+ rewrite `import React from 'react'` to `import * as React from 'react'`
+ rewrite Checkbox in typescript
|
9 years ago |
yiminghe
|
9a0d751f94
|
refactor to typescript
|
9 years ago |
偏右
|
09db9f2436
|
Revert "Remove react-addons-pure-render-mixin, use rc-util's PureRenderMixin instead" (#2074)
|
9 years ago |
Leon Shi
|
0f8855dff7
|
remove react-addons-pure-render-mixin, use rc-util's PureRenderMixin instead (#2055)
|
9 years ago |
Leon Shi
|
71fc0774c0
|
implement shouldComponentUpdate to make the re-render much faster for Checkbox
|
9 years ago |