Skip to content

Commit

Permalink
Merge pull request #738 from XiaoMi/hotfix/#737
Browse files Browse the repository at this point in the history
fix: fix #737
  • Loading branch information
zhan8863 authored Oct 21, 2019
2 parents 5ce0400 + 6ab54e5 commit f362141
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/select/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ class Select extends Component {
parseValue (value = this.props.value) {
if (Array.isArray(value)) {
return value.slice()
} else if (typeof value === 'string') {
return value.split(',')
} else {
return [value]
}
Expand Down

0 comments on commit f362141

Please sign in to comment.