aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorMarek Piechut <marek.piechut@gmail.com>2017-10-09 13:38:00 +0200
committerMarek Piechut <marek.piechut@gmail.com>2017-10-09 13:38:00 +0200
commit5827568ef882ae5a474f37ff5c843e931528ebe8 (patch)
treede49d29b22db47adcaba3dee2bdf94227fdae665 /README.md
parent35d5ed7815f4707c79565a45261ffadc21d604be (diff)
downloadtime-picker-5827568ef882ae5a474f37ff5c843e931528ebe8.tar.gz
time-picker-5827568ef882ae5a474f37ff5c843e931528ebe8.tar.zst
time-picker-5827568ef882ae5a474f37ff5c843e931528ebe8.zip
Add hourStep, minuteStep and secondStep props to control intervals in picker
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a2758b9..26e05fc 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,9 @@ 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| hourStep | Number | 1 | interval between hours in picker |
81| minuteStep | Number | 1 | interval between minutes in picker |
82| secondStep | Number | 1 | interval between seconds in picker |
80 83
81## Test Case 84## Test Case
82 85