afc163
4790f84657
Fix AutoComplete and Input affix style conflict, close #8081
7 years ago
afc163
2d17d8a768
refactor edit-row demo, close #8026
7 years ago
Wei Zhu
e5a57ff60a
Improve Select type definition
Close #8128
7 years ago
afc163
ac96bad478
Improve demo details and update snapshot
7 years ago
Benjy Cui
ffe36725d6
docs: remove duplicated APIs
7 years ago
Benjy Cui
de0493d82b
docs: translate, ref: #8100
7 years ago
Josué
c00a2aabe2
docs: add missed time picker props ( #8100 )
* Add missed time-picker props
* Update time picker docs for missed props
7 years ago
afc163
59db56e953
Fix popupVisible of Cascader not working, close #8088
7 years ago
Kyle Kelley
43864988e3
correct spelling of progress ( #8101 )
`@process-default-color` --> `@progress-default-color`
7 years ago
David Schneider
a5c3a6c930
In SliderProps type definition, replace `void` types with `null`. ( #8102 )
With TypeScript compiler option ‘strictNullChecks’ enabled, the value `null` cannot be assigned to type `void`. This means, for instance, that it’s impossible to pass a `null` value for prop `step`. I don’t expect that substituting `null` for `void` in these type definitions should cause anyone difficulty; because these are optional props, a consumer of this component should be able to pass `null` or `undefined` safely, whether or not the compiler is using strict null checks.
7 years ago
afc163
bf82b4c49b
Fix suffix of Input.Search
close #7970
7 years ago
afc163
7c3a483190
Fix input checkbox or radio disappeared, ref #7974
7 years ago
翁润雨
f64e24af8c
add the 'selectable' attribute ( #8048 )
7 years ago
vgeyi
8bde0c0fee
Rewrite the MenuItem to handle ref for react 16 ( #8037 )
* ReWrite MenuItem to remove ref warning for react 16
* unified coding style
* add removing semicolon
7 years ago
nikogu
9696739a36
update Menu snapshots
7 years ago
nikogu
c664d843fb
fixed: https://github.com/ant-design/ant-design/issues/8040
7 years ago
afc163
ad9809ec2e
Fix extra padding of loading Card when it is too wide
7 years ago
Wei Zhu
36227a10db
docs: sort api table
7 years ago
Wei Zhu
f28d0d4d82
docs: Document onRowContextMenu
close #7820
7 years ago
For177
6d68d5d8fc
Update index.zh-CN.md ( #8002 )
7 years ago
monkindey
a22bcec4e7
add size props group sorting
7 years ago
monkindey
fe19a9b124
rerun api-sort script
7 years ago
monkindey
990d9c6192
format the conflicted table markdown
7 years ago
monkindey
7d26fb10e0
correct the conflict
7 years ago
monkindey
ea926fecaf
also resolve conflicted file
7 years ago
monkindey
0bc5936b23
resolve conflicted files
7 years ago
afc163
3c1b4da51e
Fix autoprefix warning
7 years ago
Wei Zhu
d829f6c008
docs: expandedRowRender can not be boolean
7 years ago
Benjy Cui
ff5d05129f
docs: translate 1599686
7 years ago
kossel
1599686fc2
docs: update docs for Modal, close #7840 ( #7952 )
7 years ago
朮厃
8e1cb081db
Remove the inner shadow on iOS inputs. ( #7974 )
7 years ago
ddcat1115
c9bc8d7095
fix Upload ci
7 years ago
ddcat1115
12819130ec
fix Table filter can't show after remove fixed setting. ( #7962 )
* fix Table filter can't show after remove fixed setting.
close #7909
* improve
7 years ago
afc163
8e09745def
Fix #7969
7 years ago
afc163
86da4a95ce
Fix lint
7 years ago
afc163
7286e6d0d0
Fix extra margin in sider Layout
which is a margin collaspe problem
close #7967
ref: https://stackoverflow.com/a/33132624/3040605
7 years ago
syssam
f8b7aad53d
less variable @form-vertical-label-padding , @form-vertical-label-margin , @input-padding-horizontal-base , @input-padding-horizontal-sm , @input-padding-horizontal-lg ( #7886 ) ( #7919 )
7 years ago
afc163
3d6b142621
fix notification ci
7 years ago
Stephen Esser
88ed97b63d
doc: Fix spelling mistake in Select demo ( #7932 )
7 years ago
afc163
3bc8f1ce5a
Tweak form nested form style
7 years ago
vgeyi
d64ab68adb
Cascade add prefixCls for child Input ( #7945 )
7 years ago
Zhang Zhi
7bc6aad1fd
Update button code to make it more clearer ( #7929 )
* remove unnecessary default value of 'size' prop
* `clicked` should be a state
7 years ago
memoryza
cf397a27f0
update Breadcrumb readme ( #7947 )
* update Breadcrumb readme
* update english
7 years ago
ddcat1115
712637907d
fix #7930
7 years ago
afc163
f33b1a279a
update style
7 years ago
Nekron
5017234381
doc: fix spelling mistakes in dropdown demo ( #7912 )
7 years ago
afc163
e7eb8693b6
Fix snap
7 years ago
afc163
c2e91d3b22
update some demo
7 years ago
afc163
43d8c6ad37
Fix input height in AutoComplete
7 years ago
Benjy Cui
7841386fcd
fix: should close panel when click presetted ranges, close : #7747
7 years ago