diff options
author | Wei Zhu <yesmeck@gmail.com> | 2018-02-01 14:20:33 +0800 |
---|---|---|
committer | Wei Zhu <yesmeck@gmail.com> | 2018-02-01 14:20:33 +0800 |
commit | c50a40056d80c52f328566d51cc49cbcdc5f0a95 (patch) | |
tree | 571e224e324c18164323917778c1a202c7c36068 /examples/12hours.js | |
parent | 73a24157501c8d75aac94b3f6c913c754d46e94f (diff) | |
parent | 4e70ea0da45e572cd660f79ac98b6a25c640cb36 (diff) | |
download | time-picker-c50a40056d80c52f328566d51cc49cbcdc5f0a95.tar.gz time-picker-c50a40056d80c52f328566d51cc49cbcdc5f0a95.tar.zst time-picker-c50a40056d80c52f328566d51cc49cbcdc5f0a95.zip |
Merge branch 'abyr-readonly_header_input'
Diffstat (limited to 'examples/12hours.js')
-rw-r--r-- | examples/12hours.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/12hours.js b/examples/12hours.js index 72d6950..6281210 100644 --- a/examples/12hours.js +++ b/examples/12hours.js | |||
@@ -25,6 +25,7 @@ ReactDom.render( | |||
25 | onChange={onChange} | 25 | onChange={onChange} |
26 | format={format} | 26 | format={format} |
27 | use12Hours | 27 | use12Hours |
28 | inputReadOnly | ||
28 | />, | 29 | />, |
29 | document.getElementById('__react-content') | 30 | document.getElementById('__react-content') |
30 | ); | 31 | ); |