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