aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
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 | |