Browse Source

docs: Fix autoComplete demo (#20964)

pull/20967/head
二货机器人 5 years ago
committed by GitHub
parent
commit
f8001a8048
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/auto-complete/demo/basic.md

2
components/auto-complete/demo/basic.md

@ -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…
Cancel
Save