aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorafc163 <afc163@gmail.com>2017-10-22 17:06:13 +0800
committerafc163 <afc163@gmail.com>2017-10-22 17:06:13 +0800
commit5166b9aec0faf0451672f8ad52a8767a633e760c (patch)
treefe80b907be297760672f392f0bfc33a5dd85213c /index.html
parentd156d507717331bdcf86d6c367bfeb3c880ce96e (diff)
downloadtime-picker-5166b9aec0faf0451672f8ad52a8767a633e760c.tar.gz
time-picker-5166b9aec0faf0451672f8ad52a8767a633e760c.tar.zst
time-picker-5166b9aec0faf0451672f8ad52a8767a633e760c.zip
Updates
Diffstat (limited to 'index.html')
-rw-r--r--index.html28
1 files changed, 26 insertions, 2 deletions
diff --git a/index.html b/index.html
index de0c546..eae64fe 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
7 <meta charset="utf-8"/> 7 <meta charset="utf-8"/>
8 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 8 <meta http-equiv="X-UA-Compatible" content="IE=edge">
9 <link href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css" rel="stylesheet"/> 9 <link href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css" rel="stylesheet"/>
10 <title>rc-time-picker@2.4.1 - React TimePicker</title> 10 <title>rc-time-picker@3.0.0 - React TimePicker</title>
11 <style> 11 <style>
12 @font-face { 12 @font-face {
13 font-family: octicons-anchor; 13 font-family: octicons-anchor;
@@ -737,7 +737,7 @@
737 737
738<body> 738<body>
739<div class="header"> 739<div class="header">
740 <h1>rc-time-picker@2.4.1</h1> 740 <h1>rc-time-picker@3.0.0</h1>
741</div> 741</div>
742<div class="examples"> 742<div class="examples">
743 <h3>EXAMPLES</h3> 743 <h3>EXAMPLES</h3>
@@ -947,6 +947,30 @@ ReactDOM.render(<span class="xml"><span class="hljs-tag">&lt;<span class="hljs-t
947<td></td> 947<td></td>
948<td>when TimePicker panel is opened</td> 948<td>when TimePicker panel is opened</td>
949</tr> 949</tr>
950<tr>
951<td>hourStep</td>
952<td>Number</td>
953<td>1</td>
954<td>interval between hours in picker</td>
955</tr>
956<tr>
957<td>minuteStep</td>
958<td>Number</td>
959<td>1</td>
960<td>interval between minutes in picker</td>
961</tr>
962<tr>
963<td>secondStep</td>
964<td>Number</td>
965<td>1</td>
966<td>interval between seconds in picker</td>
967</tr>
968<tr>
969<td>focusOnOpen</td>
970<td>Boolean</td>
971<td>false</td>
972<td>automatically focus the input when the picker opens</td>
973</tr>
950</tbody> 974</tbody>
951</table> 975</table>
952<h2>Test Case<a id="user-content-test-case" name="test-case" class="anchor" aria-hidden="true" href="#test-case"><span class="octicon octicon-link"></span></a></h2><div class="highlight"><pre><code language="undefined">npm test 976<h2>Test Case<a id="user-content-test-case" name="test-case" class="anchor" aria-hidden="true" href="#test-case"><span class="octicon octicon-link"></span></a></h2><div class="highlight"><pre><code language="undefined">npm test