mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-25 20:55:58 +10:00
Merge branch 'master' of github.com:ant-design/ant-design
This commit is contained in:
@@ -32,9 +32,11 @@ var Test = React.createClass({
|
||||
});
|
||||
},
|
||||
render() {
|
||||
// filterOption 需要设置为 false,数据是动态设置的
|
||||
return <Select combobox
|
||||
style={{width:200}}
|
||||
onChange={this.handleChange}
|
||||
filterOption={false}
|
||||
searchPlaceholder="请输入账户名">
|
||||
{this.state.options}
|
||||
</Select>;
|
||||
|
||||
Reference in New Issue
Block a user