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
9b2c40cdd7
avoid triggering unmatch when unregister
7 years ago
afc163
05c56553a2
Fix gutter PropTypes
7 years ago
afc163
b4bd906bf0
Fix responsive grid gutter
7 years ago
afc163
dd8b6347c7
Fix enquire in server render
7 years ago
afc163
09c2df4093
Fix test case
7 years ago
afc163
692efefe31
Support responsively grid gutter
7 years ago
afc163
1c8fbb8899
update code style
7 years ago
afc163
bf82b4c49b
Fix suffix of Input.Search
close #7970
7 years ago
Benjy Cui
51785aa6eb
deps: upgrade TypeScript to 2.6, close #8018
7 years ago
afc163
81cf43905d
Fix Alert backgroun and border color
7 years ago
afc163
296dfc7375
vertical progressDot Steps style
7 years ago
Benjy Cui
b38c9c11a8
test: simplify snapshots for LocaleProvider
7 years ago
Wei Zhu
8c904de7d4
Add form wrappedComponentRef test
7 years ago
Benjy Cui
7ff7519207
fix: upgrade rc-form and refactor to be compatible with react@16
7 years ago
afc163
2a14b4667d
Fix progress dot step style
7 years ago
afc163
7cc3e2c1cd
Fix input checkbox or radio disappeared, ref #7974
7 years ago
翁润雨
58fe3277d8
add the 'selectable' attribute ( #8048 )
7 years ago
afc163
7c3a483190
Fix input checkbox or radio disappeared, ref #7974
7 years ago
Benjy Cui
70291d5514
chore: update size props order, ref: d12f247
7 years ago
afc163
d12f247e63
Fix api order
7 years ago
afc163
b61cb8f99e
update select group title style
7 years ago
翁润雨
f64e24af8c
add the 'selectable' attribute ( #8048 )
7 years ago
afc163
25a013a84b
Fix snapshot
7 years ago
afc163
7537aa11d0
Fix input shadow in iOS safari, ref #7974
7 years ago
afc163
0908293c42
update TimePicker demo snapshot
7 years ago
afc163
23caba1b65
Upgrade rc-time-picker to 3.0.0
Add `hourStep` `minuteStep` `secondStep`
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
ddcat1115
b7a7758f37
try to fix ci
7 years ago
nikogu
5db04b6d4b
update list grid padding bottom
7 years ago
ddcat1115
7acf29bc9c
tweak Card style
7 years ago
afc163
fce4860243
Add Divider[dashed] prop
7 years ago
afc163
091b84008f
update demo
7 years ago
afc163
099d5a0822
Tweak select arrow style
7 years ago
afc163
ad9809ec2e
Fix extra padding of loading Card when it is too wide
7 years ago
afc163
11c3abb3aa
Fix list border
7 years ago
afc163
c44f9528be
Tweak list style
7 years ago
afc163
cbcc073aca
Fix menu style
7 years ago
afc163
0e5155567c
Fix menu active border
7 years ago
afc163
e2bff100bd
Fix upload style
7 years ago
Benjy Cui
e5699aff68
fix: should not import moment while useless, close : #8013
7 years ago
Wei Zhu
36227a10db
docs: sort api table
7 years ago
Wei Zhu
f28d0d4d82
docs: Document onRowContextMenu
close #7820
7 years ago
afc163
35f1bf5f94
Fix mini size pagination style
7 years ago
For177
6d68d5d8fc
Update index.zh-CN.md ( #8002 )
7 years ago
afc163
89a3b22791
Fix menu style
7 years ago
afc163
d8c9b77468
fix snapshot
7 years ago
afc163
2ef2925c8e
update card and tabs style
7 years ago