Skip to content

Commit

Permalink
Revert "fixFixed non unique ids on MdSelect (#2001)"
Browse files Browse the repository at this point in the history
This reverts commit b074ac2.
  • Loading branch information
marcosmoura authored May 11, 2019
1 parent b074ac2 commit dfd84a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MdField/MdSelect/MdSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
return {
...this.$attrs,
name: this.name,
id: undefined
id: this.id
}
},
inputListeners () {
Expand Down

0 comments on commit dfd84a4

Please sign in to comment.