aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorMG12 <wuzhao.mail@gmail.com>2015-12-16 11:53:31 +0800
committerMG12 <wuzhao.mail@gmail.com>2015-12-16 11:53:31 +0800
commitbec70d57f3ef17ed1ef29c660936be235804061e (patch)
treedd7b0d090e946586dbc3bb5268a0a5b5619f81e4 /README.md
parent71bd9bc11f2ca6068f7977ff3511b2798f73d0c6 (diff)
downloadtime-picker-bec70d57f3ef17ed1ef29c660936be235804061e.tar.gz
time-picker-bec70d57f3ef17ed1ef29c660936be235804061e.tar.zst
time-picker-bec70d57f3ef17ed1ef29c660936be235804061e.zip
update readme document
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 98f913a..ea0e034 100644
--- a/README.md
+++ b/README.md
@@ -61,9 +61,9 @@ API
61| showHour | Boolean | whether show hour | | 61| showHour | Boolean | whether show hour | |
62| showSecond | Boolean | whether show second | | 62| showSecond | Boolean | whether show second | |
63| formatter | String|GregorianCalendarFormatter | | | 63| formatter | String|GregorianCalendarFormatter | | |
64| disabledHours | Array<Number> | disabled hour options | | 64| disabledHours | Function | disabled hour options | |
65| disabledMinutes | Array<Number> | disabled minute options | | 65| disabledMinutes | Function | disabled minute options | |
66| disabledSeconds | Array<Number> | disabled second options | | 66| disabledSeconds | Function | disabled second options | |
67| hideDisabledOptions | Boolean | whether hide disabled options | | 67| hideDisabledOptions | Boolean | whether hide disabled options | |
68| onChange | Function | null | called when select a different value | 68| onChange | Function | null | called when select a different value |
69| placement | String | bottomLeft | one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'] | 69| placement | String | bottomLeft | one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'] |