aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/12hours.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/12hours.js')
-rw-r--r--examples/12hours.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/12hours.js b/examples/12hours.js
index 9d86e5c..714ade7 100644
--- a/examples/12hours.js
+++ b/examples/12hours.js
@@ -47,7 +47,8 @@ __WEBPACK_IMPORTED_MODULE_2_react_dom___default.a.render(__WEBPACK_IMPORTED_MODU
47 className: 'xxx', 47 className: 'xxx',
48 onChange: onChange, 48 onChange: onChange,
49 format: format, 49 format: format,
50 use12Hours: true 50 use12Hours: true,
51 inputReadOnly: true
51}), document.getElementById('__react-content')); 52}), document.getElementById('__react-content'));
52 53
53/***/ }) 54/***/ })