diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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'] | |