Skip to content

Commit

Permalink
fix: select label not update
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Jul 29, 2018
1 parent b48bbac commit da1b924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/vc-select/Select.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default {
})
}
this.sValue = sValue

this.initLabelAndTitleMap(sValue)
sValue.forEach((val) => {
const key = val.key
let { label, title } = val
Expand Down

0 comments on commit da1b924

Please sign in to comment.