mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
use placeholder in select combobox demo
This commit is contained in:
parent
ce9166d9c1
commit
8fb56286fb
@ -36,7 +36,7 @@ const Test = React.createClass({
|
||||
style={{ width: 200 }}
|
||||
onChange={this.handleChange}
|
||||
filterOption={false}
|
||||
searchPlaceholder="请输入账户名">
|
||||
placeholder="请输入账户名">
|
||||
{this.state.options}
|
||||
</Select>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user