aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5d8822a..c994218 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,7 @@ API
60| value | moment | null | current value | 60| value | moment | null | current value |
61| placeholder | String | '' | time input's placeholder | 61| placeholder | String | '' | time input's placeholder |
62| showHour | Boolean | whether show hour | | 62| showHour | Boolean | whether show hour | |
63| showMinute | Boolean | whether show minute | |
63| showSecond | Boolean | whether show second | | 64| showSecond | Boolean | whether show second | |
64| format | String | | | 65| format | String | | |
65| disabledHours | Function | disabled hour options | | 66| disabledHours | Function | disabled hour options | |
@@ -67,10 +68,10 @@ API
67| disabledSeconds | Function | disabled second options | | 68| disabledSeconds | Function | disabled second options | |
68| hideDisabledOptions | Boolean | whether hide disabled options | | 69| hideDisabledOptions | Boolean | whether hide disabled options | |
69| onChange | Function | null | called when select a different value | 70| onChange | Function | null | called when select a different value |
71| addon | Function | nothing | called from timepicker panel to render some addon to its bottom, like an OK button. Receives panel instance as parameter, to be able to close it like `panel.close()`.|
70| placement | String | bottomLeft | one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'] | 72| placement | String | bottomLeft | one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'] |
71| transitionName | String | '' | | 73| transitionName | String | '' | |
72| autoComplete | String | 'yes' | one of ['yes', 'no'] | 74| name | String | nothing | sets the name of the generated input |
73
74 75
75## Test Case 76## Test Case
76 77