diff options
author | afc163 <afc163@gmail.com> | 2017-04-14 17:22:58 +0800 |
---|---|---|
committer | afc163 <afc163@gmail.com> | 2017-04-14 17:22:58 +0800 |
commit | 5b1086548164afd65cf4a5cbb7ec1f92cd5e2b9e (patch) | |
tree | d5c8b096944cd0648b04983cdf0630ade3a94151 /index.html | |
parent | bc74c14f3cb8ea2d2b242563dbe9963b6491ade4 (diff) | |
download | time-picker-5b1086548164afd65cf4a5cbb7ec1f92cd5e2b9e.tar.gz time-picker-5b1086548164afd65cf4a5cbb7ec1f92cd5e2b9e.tar.zst time-picker-5b1086548164afd65cf4a5cbb7ec1f92cd5e2b9e.zip |
Updates
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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.3.3 - React TimePicker</title> | 10 | <title>rc-time-picker@2.3.4 - 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.3.3</h1> | 740 | <h1>rc-time-picker@2.3.4</h1> |
741 | </div> | 741 | </div> |
742 | <div class="examples"> | 742 | <div class="examples"> |
743 | <h3>EXAMPLES</h3> | 743 | <h3>EXAMPLES</h3> |
@@ -803,10 +803,10 @@ ReactDOM.render(<span class="xml"><span class="hljs-tag"><<span class="hljs-t | |||
803 | <td>whether picker is disabled</td> | 803 | <td>whether picker is disabled</td> |
804 | </tr> | 804 | </tr> |
805 | <tr> | 805 | <tr> |
806 | <td>clearText</td> | 806 | <td>allowEmpty</td> |
807 | <td>String</td> | 807 | <td>Boolean</td> |
808 | <td>clear</td> | 808 | <td>true</td> |
809 | <td>clear text</td> | 809 | <td>allow clearing text</td> |
810 | </tr> | 810 | </tr> |
811 | <tr> | 811 | <tr> |
812 | <td>open</td> | 812 | <td>open</td> |