Skip to content

Commit

Permalink
Refactor #101
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Sep 19, 2017
1 parent 3dd23a7 commit 077bdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/autocomplete/AutoComplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export class AutoComplete extends Component {
}

if(this.value !== nextProps.value) {
this.writeValue();
this.writeValue(nextProps.value);
}
}

Expand Down

0 comments on commit 077bdea

Please sign in to comment.