diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,6 +59,8 @@ API | |||
59 | | defaultOpenValue | moment | moment() | default open panel value, used to set utcOffset,locale if value/defaultValue absent | | 59 | | defaultOpenValue | moment | moment() | default open panel value, used to set utcOffset,locale if value/defaultValue absent | |
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 | | className | String | '' | time picker className | | ||
63 | | popupClassName | String | '' | time panel className | | ||
62 | | showHour | Boolean | true | whether show hour | | | 64 | | showHour | Boolean | true | whether show hour | | |
63 | | showMinute | Boolean | true | whether show minute | | 65 | | showMinute | Boolean | true | whether show minute | |
64 | | showSecond | Boolean | true | whether show second | | 66 | | showSecond | Boolean | true | whether show second | |