mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 20:43:11 +08:00
docs: Fix autoComplete demo (#20964)
This commit is contained in:
parent
4c9535d0f0
commit
f8001a8048
@ -50,7 +50,7 @@ class Complete extends React.Component {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<AutoComplete
|
<AutoComplete
|
||||||
options={[]}
|
options={options}
|
||||||
style={{ width: 200 }}
|
style={{ width: 200 }}
|
||||||
onSelect={onSelect}
|
onSelect={onSelect}
|
||||||
onSearch={this.onSearch}
|
onSearch={this.onSearch}
|
||||||
|
Loading…
Reference in New Issue
Block a user