diff options
author | yiminghe <yiminghe@gmail.com> | 2015-11-19 19:57:17 +0800 |
---|---|---|
committer | yiminghe <yiminghe@gmail.com> | 2015-11-19 19:57:17 +0800 |
commit | 9f9f39e4fb8073f6f31d545c746e4c3b7ad651da (patch) | |
tree | a147168a4caf5ff263a6ab339d3ab6f140ee06da /README.md | |
parent | 11b97949da16fc090400a753189baf10f29c111f (diff) | |
download | time-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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | | |