Skip to content

Commit

Permalink
docs: fix AutoComplete demo, close: ant-design#3077
Browse files Browse the repository at this point in the history
  • Loading branch information
benjycui committed Sep 19, 2016
1 parent b08a17d commit 1100acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/auto-complete/demo/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Complete = React.createClass({
},
handleChange(value) {
this.setState({
dataSource: [
dataSource: !value ? [] : [
value,
value + value,
value + value + value,
Expand Down

0 comments on commit 1100acd

Please sign in to comment.