]> git.immae.eu Git - github/fretlink/time-picker.git/blobdiff - README.md
Merge branch 'master' of github.com:react-component/time-picker
[github/fretlink/time-picker.git] / README.md
index 05182c210e75811550d9de4c29a6daa4728e2c9c..c994218846bd73075135d213577211be51b83e48 100644 (file)
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ API
 | 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()`.|
 | placement               | String                            | bottomLeft                                    | one of ['left','right','top','bottom', 'topLeft', 'topRight', 'bottomLeft', 'bottomRight'] |
 | transitionName          | String                            | ''                                            |                                                                                            |
-
+| name                    | String                            | nothing                                       | sets the name of the generated input                                                       |
 
 ## Test Case