Benjy Cui
0ebf6c2ecc
style: enable react/prefer-es6-class
9 years ago
afc163
455d3654b8
Fix dateInput format of DatePicker, close #1403
9 years ago
Benjy Cui
208ecf5081
docs: update docs for MonthPicker
9 years ago
afc163
b155ba15cb
fix react@15 warning, ref #1340
9 years ago
afc163
f726979af9
fix(DatePicker): showTime locale problem
close #1356
9 years ago
afc163
655e4d5a7d
Add LocaleProvider support for RangePicker
9 years ago
Benjy Cui
df3ba36720
docs: remove useless newline in documentation
9 years ago
Bruce Mitchener
fa65f25b1e
Switch RangePicker to ES6 class.
9 years ago
Bruce Mitchener
50d61eb7de
Fix RangePicker handleChange callback.
There was a minor typo in 2e86463a6a
which broke the handleChange callback (this.props was replaced with
props.props rather than just props).
9 years ago
Benjy Cui
2a3febfe4c
deps: remove useless dependencies
9 years ago
Benjy Cui
d5a6932c15
docs: update documentation format
9 years ago
Benjy Cui
03d09b66e8
docs: update demo format
9 years ago
Benjy Cui
fd3406bd03
style: enable react/jsx-no-bind
9 years ago
Benjy Cui
2e86463a6a
refactor: remove mixin
9 years ago
Benjy Cui
6157d21089
refactor: DatePicker
9 years ago
Benjy Cui
193ba74bff
style: update code style
9 years ago
afc163
703cf31868
Add dateString to DatePicker & TimePicker onChange
close #1104
9 years ago
Benjy Cui
5e4786440d
deps: remove object-assign
9 years ago
afc163
20211d448c
Add default width for showTime DatePicker
9 years ago
Bruce Mitchener
11c0a6a203
Name classes without Ant* prefix.
Where necessary, prefix the classes imported from react-component
with 'Rc' rather than prefixing the Ant classes with 'Ant'.
The prefixing of Ant classes wasn't consistent and isn't necessary
in many cases.
9 years ago
afc163
2482140d2f
Change context locale name
9 years ago
afc163
99b58e67ec
Add other component for locale
9 years ago
afc163
56fb20b76d
Fix date-picker style prop
9 years ago
afc163
8070e05de1
update demo
9 years ago
Benjy Cui
c1659c2ce3
style: update code style to please lint
9 years ago
afc163
812225ea41
Fix DatePicker clear not work when showTime
9 years ago
afc163
c1bd0098d2
update code style
9 years ago
afc163
893248dec7
some style and doc
9 years ago
yiminghe
698ebb13b3
optimize calendar
9 years ago
afc163
72d077be1f
rollback time format problem, ref #953
9 years ago
Benjy Cui
29825f20c8
style: update code style to please lint
9 years ago
afc163
411f529242
Add getCalendarContainer prop to DatePicker, close #991
9 years ago
afc163
a92bfa7ac8
update date-picker doc
9 years ago
afc163
11f6582235
Fix date-picker onOk
9 years ago
afc163
21eac259b6
fix dateInput format when contains time-picker, close #953
9 years ago
Benjy Cui
68b51e298d
style: update code style for space-before-function-paren
9 years ago
Benjy Cui
cd1391e6a2
style: update code style for object-curly-spacing
9 years ago
Benjy Cui
61df1eb1dc
fix: should pass formatter to rc-calendar #917
9 years ago
afc163
5fdb2109f4
fix time-picker demo
9 years ago
Benjy Cui
07cfe19095
fix: locale should be passed to timePicker #837
9 years ago
yiminghe
dc3b34510b
compatible with rc-form
9 years ago
afc163
a479bc8fe3
Fix MonthPicker style, close #848
9 years ago
Benjy Cui
aa5c4f9595
style: update code style to please lint
9 years ago
Benjy Cui
b72d18fd44
style: update code style to please the fucking lint
9 years ago
Benjy Cui
209170e813
style: update demo code style to please lint
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
yiminghe
a5efd5d028
fix range picker
9 years ago
afc163
98b899d0cc
timePicker en-US, ref #771
9 years ago
afc163
91bd7f22c0
use mountNode replace the long getElementById
9 years ago