Browse Source

update demo code style

pull/561/head
afc163 9 years ago
parent
commit
b520982f22
  1. 2
      components/select/demo/combobox.md

2
components/select/demo/combobox.md

@ -32,7 +32,7 @@ const Test = React.createClass({
});
},
render() {
// filterOption 需要设置为 false,数据是动态设置的
// filterOption 需要设置为 false,数据是动态设置的
return <Select combobox
style={{width:200}}
onChange={this.handleChange}

Loading…
Cancel
Save