aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorWei Zhu <yesmeck@gmail.com>2018-03-12 10:49:39 +0800
committerGitHub <noreply@github.com>2018-03-12 10:49:39 +0800
commit77862aea6a529152c46fd43dee5fc48fce8100e8 (patch)
tree1061d8777cb605d1e036764432740c599c896343 /README.md
parent0cb7397ecc25d3724843ae7e098a4d8bf1c04076 (diff)
parent4dc88036b4a4e077a5e7d5208ea3d100816a8a25 (diff)
downloadtime-picker-77862aea6a529152c46fd43dee5fc48fce8100e8.tar.gz
time-picker-77862aea6a529152c46fd43dee5fc48fce8100e8.tar.zst
time-picker-77862aea6a529152c46fd43dee5fc48fce8100e8.zip
Merge pull request #97 from Julian-Jurai/add-id-attribute-to-input-el
Add id to input element
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3baa0ce..c0ce889 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,7 @@ 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| className | String | '' | time picker className | 62| className | String | '' | time picker className |
63| id | String | '' | time picker id |
63| popupClassName | String | '' | time panel className | 64| popupClassName | String | '' | time panel className |
64| showHour | Boolean | true | whether show hour | | 65| showHour | Boolean | true | whether show hour | |
65| showMinute | Boolean | true | whether show minute | 66| showMinute | Boolean | true | whether show minute |