aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authoryiminghe <yiminghe@gmail.com>2015-11-19 19:57:17 +0800
committeryiminghe <yiminghe@gmail.com>2015-11-19 19:57:17 +0800
commit9f9f39e4fb8073f6f31d545c746e4c3b7ad651da (patch)
treea147168a4caf5ff263a6ab339d3ab6f140ee06da /README.md
parent11b97949da16fc090400a753189baf10f29c111f (diff)
downloadtime-picker-9f9f39e4fb8073f6f31d545c746e4c3b7ad651da.tar.gz
time-picker-9f9f39e4fb8073f6f31d545c746e4c3b7ad651da.tar.zst
time-picker-9f9f39e4fb8073f6f31d545c746e4c3b7ad651da.zip
fix value0.6.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ab1239..1c16244 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,8 @@ API
30| locale | Object | import from 'rc-time-picker/lib/locale/en_US' | | 30| locale | Object | import from 'rc-time-picker/lib/locale/en_US' | |
31| disabled | Boolean | false | whether picker is disabled | 31| disabled | Boolean | false | whether picker is disabled |
32| open | Boolean | false | current open state of picker. controlled prop | 32| open | Boolean | false | current open state of picker. controlled prop |
33| defaultValue | GregorianCalendar | null | current value like input's value | 33| defaultValue | GregorianCalendar | null | default initial value |
34| value | GregorianCalendar | null | current value |
34| placeholder | String | '' | time input's placeholder | 35| placeholder | String | '' | time input's placeholder |
35| formatter | GregorianCalendarFormatter | HH:mm:ss or HH:mm or mm:ss | | 36| formatter | GregorianCalendarFormatter | HH:mm:ss or HH:mm or mm:ss | |
36| hourOptions | Array<String> | hour options | | 37| hourOptions | Array<String> | hour options | |