aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
author偏右 <afc163@gmail.com>2017-02-20 16:02:11 +0800
committerGitHub <noreply@github.com>2017-02-20 16:02:11 +0800
commit66c7bc36856bbabb4ff73a3ccf671448eed1f359 (patch)
treed06f2e3b8e267c242863d10bb983352440ca00b7 /README.md
parentfa912931fa6952cf85fe4b35bd15cd83f3e32876 (diff)
parentee6394229b2340c70c342851ecf5dba3462ac4ef (diff)
downloadtime-picker-66c7bc36856bbabb4ff73a3ccf671448eed1f359.tar.gz
time-picker-66c7bc36856bbabb4ff73a3ccf671448eed1f359.tar.zst
time-picker-66c7bc36856bbabb4ff73a3ccf671448eed1f359.zip
Merge branch 'master' into fix-ref-error
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 05182c2..4a36815 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,7 @@ API
71| 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()`.| 71| 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| placement | String | bottomLeft | one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'] | 72| placement | String | bottomLeft | one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'] |
73| transitionName | String | '' | | 73| transitionName | String | '' | |
74| name | String | nothing | sets the name of the generated input |
74 75
75 76
76## Test Case 77## Test Case