]> git.immae.eu Git - github/fretlink/time-picker.git/commitdiff
Update readme
authorAndreas Fehn <andi.fehn@gmail.com>
Sat, 4 Feb 2017 07:35:28 +0000 (08:35 +0100)
committerAndreas Fehn <andi.fehn@gmail.com>
Sat, 4 Feb 2017 07:35:28 +0000 (08:35 +0100)
README.md

index 05182c210e75811550d9de4c29a6daa4728e2c9c..4a368151a09f582c0674f0a3134859e0d8384249 100644 (file)
--- a/README.md
+++ b/README.md
@@ -71,6 +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