aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
author偏右 <afc163@gmail.com>2017-10-22 16:34:22 +0800
committerGitHub <noreply@github.com>2017-10-22 16:34:22 +0800
commit8a116e355bfabda48537be06d21cf01fdceaa8b7 (patch)
tree1661660b49bb81a3fa3869ea6979ffd51cf8c2ad /README.md
parent18b5785f0f551f8b97d40a1eb31d80d8cc5db562 (diff)
parent78598cc9f8608fc8bb1830d3384c8e7fd032eb3f (diff)
downloadtime-picker-8a116e355bfabda48537be06d21cf01fdceaa8b7.tar.gz
time-picker-8a116e355bfabda48537be06d21cf01fdceaa8b7.tar.zst
time-picker-8a116e355bfabda48537be06d21cf01fdceaa8b7.zip
Merge pull request #71 from ZaiusInc/focus-on-open
add focusOnOpen option (#61)
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 a2758b9..0698d7d 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,7 @@ API
77| name | String | - | sets the name of the generated input | 77| name | String | - | sets the name of the generated input |
78| onOpen | Function({ open }) | | when TimePicker panel is opened | 78| onOpen | Function({ open }) | | when TimePicker panel is opened |
79| onClose | Function({ open }) | | when TimePicker panel is opened | 79| onClose | Function({ open }) | | when TimePicker panel is opened |
80| focusOnOpen | Boolean | false | automatically focus the input when the picker opens |
80 81
81## Test Case 82## Test Case
82 83