aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1c44e76..a2758b9 100644
--- a/README.md
+++ b/README.md
@@ -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 |