zombiej
5a0448aa4d
fix #12427 . CheckGroup support pass dom prop
6 years ago
afc163
e610830a1a
Fix blurry checkbox style in windows chrome
https://stackoverflow.com/a/50412034/3040605
close #11797
6 years ago
afc163
9555626898
tweak indeterminate checkbox design
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
Raphael Chauveau
08e83193f2
Multiple row selection ( #11406 )
This PR intends to solve issue #11404 (Multiple row selection in table component).
The Chinese documentation is missing from the PR. Could someone please add it ?
6 years ago
偏右
2756d587d7
Update index.en-US.md
6 years ago
afc163
009ed08580
upgrade eslint-config-airbnb
7 years ago
Wei Zhu
aa580beb8b
docs: sort api table
7 years ago
Wei Zhu
1a9456f03a
Add boolean to CheckboxValueType
Close #10677
7 years ago
zombieJ
a825ed4e66
Directory Tree ( #10139 )
Support DirTree. close #7749
7 years ago
afc163
248dbc2429
docs: update checkbox api
7 years ago
Junbin Huang
bbf5cb75c3
chore: update typescript@~2.9.1 ( #10748 )
7 years ago
afc163
7c4f6e8b2a
fix: Revert checkbox z-index
fix #10480
ref #10452
reverted for #10385
7 years ago
Wei Zhu
8a6d9b92b7
Improve table types
Fix #10374
7 years ago
afc163
d93cfdef09
clean up unnecessary z-index
close #9840
close #10385
7 years ago
Wei Zhu
7ee2eca848
Pass CheckboxGroup/RadioGroup prefixCls down to children ( #10002 )
Close #9950
7 years ago
Wei Zhu
f9b8bf7e4d
Revert "Checkbox[disabled] should have higher priority than Checkbox.Group[disabled]"
This reverts commit 5580791a70
.
7 years ago
Wei Zhu
5580791a70
Checkbox[disabled] should have higher priority than Checkbox.Group[disabled]
Fix #9973
7 years ago
Wei Zhu
473872af66
Remove AbstractCheckboxChangeEvent, fix TS4029 error
See https://github.com/Microsoft/TypeScript/issues/9944
7 years ago
Wei Zhu
f78e0098fa
Improve Radio/Checkbox type definition
Close #9574
7 years ago
Christopher Deutsch
97b09b393b
onKeyPress and onKeyDown got the wrong type in #9316 ( #9365 )
7 years ago
Yury Kozyrev
1e92ff8efd
onKeyPress and onKeyDown typings ( #9316 )
* Update Checkbox.tsx
* Update button.tsx
7 years ago
niko
f2ba99978d
upgrade snapshots ( #9127 )
7 years ago
George Gray
a9abe14122
Vars for checkbox and radio ( #9003 )
* vars for radio component
* add @checkbox-color var
7 years ago
Yury Kozyrev
88e0c9b436
More tabIndex properties ( #8936 )
* Update Checkbox.tsx
* Update Input.tsx
* Update index.tsx
7 years ago
Wei Zhu
999d6184ad
docs: Sort api table
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
d2dc88c470
Add focus() and blur() document
Close #3790
7 years ago
Wei Zhu
2fe2e35a52
Fix implicit any error for Checkbox
7 years ago
Wei Zhu
9678d3fcfd
Focus && blur support ( #8204 )
* Add test for select
* Add focus() and blur() for AutoComplete
* Add focus() and blur() to Cascader
* Add focus test for input
* Add focus() and blur() for Checkbox
* Add focus() and blur() for Radio
* Add focus() and blur() for Switch
* Add blur() for TimePicker
* Add focus() and blur() to TreeSelect
7 years ago
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
7 years ago
Wei Zhu
36227a10db
docs: sort api table
7 years ago
monkindey
0bc5936b23
resolve conflicted files
7 years ago
afc163
31132d1b5b
Tweak checkbox margin
7 years ago
afc163
f26217b36f
Tweak checkbox margin
7 years ago
Wei Zhu
c5487ad1eb
React 16 + Enzyme 3
7 years ago
偏右
2bced36f0c
New component styles ( #7731 )
* Tweak button padding
* upgrade input and button size
* update form controls size
* update components size
* Add lemon color and update rate color
* Add new icons
* update layout style
* breadcrumb and dropdown
* update menu arrow width
* update layout and menu
* update steps
* fix var name
* update cascasder style
* Update DatePicker
* update InputNumber and Mention
* radio and switch
* select and transfer
* TimePicker & Upload
* more components
* calendar and list
* Tree Timeline Popover Tag
* divider modal popover
* update search input
* update card style
* update switch disabled opacity
* update shoadow and mask
* Add v2-compatible-reset.less
* Fix undefined className
* update snahshotssssssssssssssssss 👻
7 years ago
ChaXinyu
14e2a56b75
export components interface ( #7654 )
* export components interface
* export specific props
* fix formItem missed import
7 years ago
afc163
463a5db9ba
Fix transfer checkbox padding
7 years ago
afc163
df1b1f5a47
Add @checkbox-size , close #7368
7 years ago
偏右
759b0bb821
seperate reset styles ( #7682 )
* seperate reset styles
* not reset ul/ol/p/heading
* revert reset.less idea
* move label style into ant-form-item, #5851
* revert reset.less idea
* update base.less
* Better typography from bootstrap@4
use reboot replace normalize
ref:
b4d84b9cdf/scss/_reboot.scss
close #6162
7 years ago
afc163
acc4061eeb
Tweak align problems
7 years ago
Kaien Liao
b2aea45b4f
fix: Checkbox props definition ( #7649 ), close : #7650
7 years ago
Benjy Cui
070b2696ba
chore: remove hacks for IE8-, close : #7447 ( #7512 )
7 years ago
Leo
fc8f533e67
fix ts checking ( #7355 )
* add title prop to Option component(for ts checking)
* fix Checkbox onChange type
7 years ago
XuMM_12
35bc4726a9
Fix Checkbox Group disabled status ( #7266 ) ( #7296 )
7 years ago
afc163
6a17efcbf1
upgrade some devDeps and fix stylelint
7 years ago
Wei Zhu
401519ec6f
Fix types
7 years ago
Aleck Landgraf
d6a0b1bd3e
[checkbox][docs] fixes doc table extra column cell ( #6995 )
7 years ago