diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 2 insertions, 8 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@1.0.0 - React TimePicker</title> | 10 | <title>rc-time-picker@1.1.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@1.0.0</h1> | 740 | <h1>rc-time-picker@1.1.0</h1> |
741 | </div> | 741 | </div> |
742 | <div class="examples"> | 742 | <div class="examples"> |
743 | <h3>EXAMPLES</h3> | 743 | <h3>EXAMPLES</h3> |
@@ -815,12 +815,6 @@ ReactDOM.render(<span class="xml"><span class="hljs-tag"><<span class="hljs-t | |||
815 | <td>current value</td> | 815 | <td>current value</td> |
816 | </tr> | 816 | </tr> |
817 | <tr> | 817 | <tr> |
818 | <td>gregorianCalendarLocale</td> | ||
819 | <td>GregorianCalendar locale object</td> | ||
820 | <td>null</td> | ||
821 | <td>if value and defaultValue not set, you should set this to your locale</td> | ||
822 | </tr> | ||
823 | <tr> | ||
824 | <td>placeholder</td> | 818 | <td>placeholder</td> |
825 | <td>String</td> | 819 | <td>String</td> |
826 | <td>''</td> | 820 | <td>''</td> |