]> git.immae.eu Git - github/fretlink/time-picker.git/blobdiff - README.md
add focusOnOpen option (#61)
[github/fretlink/time-picker.git] / README.md
index a2758b9faec55ea530b2692da26b0a9ae0e38201..0698d7d407dc50b4620d5604a73e446d4fba2c52 100644 (file)
--- a/README.md
+++ b/README.md
@@ -77,6 +77,7 @@ API
 | name                    | String                            | - | sets the name of the generated input |
 | onOpen                  | Function({ open })                |   | when TimePicker panel is opened      |
 | onClose                 | Function({ open })                |   | when TimePicker panel is opened      |
+| focusOnOpen             | Boolean                           | false | automatically focus the input when the picker opens |
 
 ## Test Case