mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +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 (
|
||||
<div>
|
||||
<AutoComplete
|
||||
options={[]}
|
||||
options={options}
|
||||
style={{ width: 200 }}
|
||||
onSelect={onSelect}
|
||||
onSearch={this.onSearch}
|
||||
|
Loading…
Reference in New Issue
Block a user