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 |
Benjy Cui
|
2144349741
|
style: enable react/jsx-closing-bracket-location
|
9 years ago |
afc163
|
d57632ca5b
|
Fix CheckboxGroup initialValue, close #1631
|
9 years ago |
Benjy Cui
|
fd3406bd03
|
style: enable react/jsx-no-bind
|
9 years ago |
Bruce Mitchener
|
ba965dc746
|
Convert several React.createClass usages to classes.
|
9 years ago |
闲耘™
|
e0172caee4
|
feat(checkbox group): checkbox group support disable specified item.
|
9 years ago |
afc163
|
ca15c9832e
|
CheckboxGroup support label in option
close #1155, #1025
|
9 years ago |
afc163
|
7ce38e39b6
|
Fix CheckboxGroup value, close #1101
|
9 years ago |
afc163
|
feaf02b406
|
make Checkbox usage same as Radio
|
9 years ago |
afc163
|
e539e08f4e
|
Fix CheckboxGroup initial state
|
9 years ago |
yiminghe
|
dc3b34510b
|
compatible with rc-form
|
9 years ago |
Benjy Cui
|
711d2d7413
|
style: update code style to please lint
|
9 years ago |
afc163
|
1e001d2d82
|
upgrade eslint-config-airbnb
|
9 years ago |
afc163
|
e14ee95e8f
|
improve checkbox group
1. Add basic style
2. make it controlled component
3. code style
|
9 years ago |