diff options
author | Antony Shaleynikov <shaleynikov@gmail.com> | 2017-03-02 00:13:32 +0300 |
---|---|---|
committer | Antony Shaleynikov <shaleynikov@gmail.com> | 2017-03-02 00:13:32 +0300 |
commit | f8e59df8666ee32ae769f35cd01b4de4d4e4bed1 (patch) | |
tree | 9b2afd823cf0f19457d3383283fa3a06d2f91b28 | |
parent | 95699887ac75de5dff6bd25278289e31e4745482 (diff) | |
download | time-picker-f8e59df8666ee32ae769f35cd01b4de4d4e4bed1.tar.gz time-picker-f8e59df8666ee32ae769f35cd01b4de4d4e4bed1.tar.zst time-picker-f8e59df8666ee32ae769f35cd01b4de4d4e4bed1.zip |
Readme file was updated to reflect show12Hours option
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ API | |||
66 | | disabledHours | Function | disabled hour options | | | 66 | | disabledHours | Function | disabled hour options | | |
67 | | disabledMinutes | Function | disabled minute options | | | 67 | | disabledMinutes | Function | disabled minute options | | |
68 | | disabledSeconds | Function | disabled second options | | | 68 | | disabledSeconds | Function | disabled second options | | |
69 | | show12Hours | Boolean | 12 hours display mode | | | ||
69 | | hideDisabledOptions | Boolean | whether hide disabled options | | | 70 | | hideDisabledOptions | Boolean | whether hide disabled options | | |
70 | | onChange | Function | null | called when select a different value | | 71 | | 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()`.| | 72 | | 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()`.| |