diff options
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 | ) |