]> 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 5ec960c16f8ebcbe87fa08f7ad14d5ac8d6fb3f8..c994218846bd73075135d213577211be51b83e48 100644 (file)
--- a/README.md
+++ b/README.md
@@ -60,6 +60,7 @@ API
 | value                   | moment                            | null                                          | current value                                                                              |
 | placeholder             | String                            | ''                                            | time input's placeholder                                                                   |
 | showHour                | Boolean                           | whether show hour                             |                                                                                            |
+| showMinute                | Boolean                         | whether show minute                             |                                                                                            |
 | showSecond              | Boolean                           | whether show second                           |                                                                                            |
 | format                  | String                            |                                               |                                                                                            |
 | disabledHours           | Function                          | disabled hour options                         |                                                                                            |
@@ -70,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