aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorLevi Lansing <helives@gmail.com>2017-09-27 23:20:55 -0400
committerLevi Lansing <helives@gmail.com>2017-09-27 23:20:55 -0400
commitd18ecfb67877d8bdfc54e47a214d3afab52b7bda (patch)
tree96a851037af8cc5c220ba4f3ba37a9b9cbc5b1b6 /README.md
parent35d5ed7815f4707c79565a45261ffadc21d604be (diff)
downloadtime-picker-d18ecfb67877d8bdfc54e47a214d3afab52b7bda.tar.gz
time-picker-d18ecfb67877d8bdfc54e47a214d3afab52b7bda.tar.zst
time-picker-d18ecfb67877d8bdfc54e47a214d3afab52b7bda.zip
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