diff options
author | Antony Shaleynikov <shaleynikov@gmail.com> | 2017-03-02 11:02:45 +0300 |
---|---|---|
committer | Antony Shaleynikov <shaleynikov@gmail.com> | 2017-03-02 11:02:45 +0300 |
commit | dd275f7df354e218d170ddbcc1eadff1427db76b (patch) | |
tree | 0dc5b9efdd7def8be8ab857ae9c75c0bf302e2cd /README.md | |
parent | f8e59df8666ee32ae769f35cd01b4de4d4e4bed1 (diff) | |
download | time-picker-dd275f7df354e218d170ddbcc1eadff1427db76b.tar.gz time-picker-dd275f7df354e218d170ddbcc1eadff1427db76b.tar.zst time-picker-dd275f7df354e218d170ddbcc1eadff1427db76b.zip |
show12Hours prop was renamed to use12Hours
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,13 +60,13 @@ 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 | | showMinute | Boolean | whether show minute | | |
64 | | showSecond | Boolean | whether show second | | | 64 | | showSecond | Boolean | whether show second | | |
65 | | format | String | | | | 65 | | format | String | | | |
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 | | use12Hours | Boolean | 12 hours display mode | | |
70 | | hideDisabledOptions | Boolean | whether hide disabled options | | | 70 | | hideDisabledOptions | Boolean | whether hide disabled options | | |
71 | | onChange | Function | null | called when select a different value | | 71 | | onChange | Function | null | called when select a different value | |
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()`.| | 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()`.| |