aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorCyril Sobierajewicz <38043722+cyrilfretlink@users.noreply.github.com>2018-06-11 11:42:36 +0200
committerGitHub <noreply@github.com>2018-06-11 11:42:36 +0200
commit273181d5cc2d23808d4302d763bbb7f7fa440c11 (patch)
tree6308553bb431137c20d2d3babb75ff23d4a137ed /README.md
parent77862aea6a529152c46fd43dee5fc48fce8100e8 (diff)
parent3931819e40ce408d8f7c1a969e160631b376c07e (diff)
downloadtime-picker-master.tar.gz
time-picker-master.tar.zst
time-picker-master.zip
Merge pull request #1 from cyrilfretlink/close-on-esc-propHEADmaster
Add a prop to configure whether `<kbd>esc</kbd>` should close the panel
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c0ce889..0370e40 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,7 @@ API
82| minuteStep | Number | 1 | interval between minutes in picker | 82| minuteStep | Number | 1 | interval between minutes in picker |
83| secondStep | Number | 1 | interval between seconds in picker | 83| secondStep | Number | 1 | interval between seconds in picker |
84| focusOnOpen | Boolean | false | automatically focus the input when the picker opens | 84| focusOnOpen | Boolean | false | automatically focus the input when the picker opens |
85| closeOnEsc | Boolean | true | whether <kbd>esc</kbd> should close the picker |
85| inputReadOnly | Boolean | false | set input to read only | 86| inputReadOnly | Boolean | false | set input to read only |
86 87
87## Test Case 88## Test Case