diff options
author | 偏右 <afc163@gmail.com> | 2017-02-20 16:03:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-20 16:03:41 +0800 |
commit | dd63e6e7fa1d600d3656a4edbe5f5fc5410f443a (patch) | |
tree | d4d7f3cb8ad22cfed3a5f39408a4953b9844bf4c /README.md | |
parent | ed8496061a1535fb82503d9723a6014a85ee7625 (diff) | |
parent | 46e5fd60344c4fa718117e82153773ab0d15ebfc (diff) | |
download | time-picker-dd63e6e7fa1d600d3656a4edbe5f5fc5410f443a.tar.gz time-picker-dd63e6e7fa1d600d3656a4edbe5f5fc5410f443a.tar.zst time-picker-dd63e6e7fa1d600d3656a4edbe5f5fc5410f443a.zip |
Merge branch 'master' into feat-focus
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |