update:过滤行事件临时去掉失去焦点.

This commit is contained in:
kvkens 2018-10-19 16:10:44 +08:00
parent a7c9219303
commit 04694dfa30
6 changed files with 954 additions and 1424 deletions

View File

@ -140,8 +140,8 @@ var FilterType = function (_Component) {
value: _this.state.text,
className: className,
onChange: _this.changeText,
onKeyDown: _this.changeTextCall,
onBlur: _this.changeTextCallBlur
onKeyDown: _this.changeTextCall
//onBlur={this.changeTextCallBlur}
}),
_react2["default"].createElement(_FilterDropDown2["default"], {
onSelectDropdown: onSelectDropdown,

2
dist/demo.css.map vendored

File diff suppressed because one or more lines are too long

2366
dist/demo.js vendored

File diff suppressed because one or more lines are too long

2
dist/demo.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -91,4 +91,4 @@
"react-addons-test-utils": "^15.5.0",
"react-dom": "^15.5.0"
}
}
}

View File

@ -94,7 +94,7 @@ class FilterType extends Component {
className={className}
onChange={this.changeText}
onKeyDown={this.changeTextCall}
onBlur={this.changeTextCallBlur}
//onBlur={this.changeTextCallBlur}
/>
<FilterDropDown
onSelectDropdown={onSelectDropdown}