update:过滤行事件临时去掉失去焦点.
This commit is contained in:
parent
a7c9219303
commit
04694dfa30
|
@ -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,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -91,4 +91,4 @@
|
|||
"react-addons-test-utils": "^15.5.0",
|
||||
"react-dom": "^15.5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue