aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authoryiminghe <yiminghe@gmail.com>2016-10-25 17:34:50 +0800
committerGitHub <noreply@github.com>2016-10-25 17:34:50 +0800
commit5d0443410afb55ab320db946e626f621b64f43b1 (patch)
tree16cdd2ca2bb19b0a898b2b90b313f96a86f8fe79 /README.md
parent9c01af6e34f7d63843bacfcffb8c7ad45d6866cf (diff)
parentb86fe1d16a4ad06951bba9ac2990ec3e4563637a (diff)
downloadtime-picker-5d0443410afb55ab320db946e626f621b64f43b1.tar.gz
time-picker-5d0443410afb55ab320db946e626f621b64f43b1.tar.zst
time-picker-5d0443410afb55ab320db946e626f621b64f43b1.zip
Merge pull request #24 from artemv/addon
feat: 'addon' property support
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 3ae31aa..5ec960c 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,7 @@ API
67| disabledSeconds | Function | disabled second options | | 67| disabledSeconds | Function | disabled second options | |
68| hideDisabledOptions | Boolean | whether hide disabled options | | 68| hideDisabledOptions | Boolean | whether hide disabled options | |
69| onChange | Function | null | called when select a different value | 69| onChange | Function | null | called when select a different value |
70| 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()`.|
70| placement | String | bottomLeft | one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'] | 71| placement | String | bottomLeft | one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'] |
71| transitionName | String | '' | | 72| transitionName | String | '' | |
72 73