diff options
author | Wei Zhu <yesmeck@gmail.com> | 2017-11-19 21:41:43 +0800 |
---|---|---|
committer | Wei Zhu <yesmeck@gmail.com> | 2017-11-19 21:41:43 +0800 |
commit | 51893708954d7a8b7652d0136e5a8717c6d795c0 (patch) | |
tree | aa61f3706c873bbb4dc4b0116ea124ddacbc08d6 /common.js | |
parent | bb1963a38ad0346026efcea67b2714676fe8aad7 (diff) | |
download | time-picker-51893708954d7a8b7652d0136e5a8717c6d795c0.tar.gz time-picker-51893708954d7a8b7652d0136e5a8717c6d795c0.tar.zst time-picker-51893708954d7a8b7652d0136e5a8717c6d795c0.zip |
Updates
Diffstat (limited to 'common.js')
-rw-r--r-- | common.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8982,7 +8982,8 @@ var Picker = function (_Component) { | |||
8982 | autoComplete: autoComplete, | 8982 | autoComplete: autoComplete, |
8983 | onFocus: onFocus, | 8983 | onFocus: onFocus, |
8984 | onBlur: onBlur, | 8984 | onBlur: onBlur, |
8985 | autoFocus: autoFocus | 8985 | autoFocus: autoFocus, |
8986 | onChange: noop | ||
8986 | }), | 8987 | }), |
8987 | __WEBPACK_IMPORTED_MODULE_4_react___default.a.createElement('span', { className: prefixCls + '-icon' }) | 8988 | __WEBPACK_IMPORTED_MODULE_4_react___default.a.createElement('span', { className: prefixCls + '-icon' }) |
8988 | ) | 8989 | ) |