diff options
author | Wei Zhu <yesmeck@gmail.com> | 2018-02-01 14:20:05 +0800 |
---|---|---|
committer | Wei Zhu <yesmeck@gmail.com> | 2018-02-01 14:20:05 +0800 |
commit | 4e70ea0da45e572cd660f79ac98b6a25c640cb36 (patch) | |
tree | c398af044f96f5eb76fa1c28334bcc2e9b780768 /examples | |
parent | d907505b9f219f4ef2885166846251c7e0c65de9 (diff) | |
download | time-picker-4e70ea0da45e572cd660f79ac98b6a25c640cb36.tar.gz time-picker-4e70ea0da45e572cd660f79ac98b6a25c640cb36.tar.zst time-picker-4e70ea0da45e572cd660f79ac98b6a25c640cb36.zip |
Rename readOnlyInput to inputReadOnly
Diffstat (limited to 'examples')
-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 | ); |