Skip to content

Commit

Permalink
fix(v-select): change isDisabled conditional
Browse files Browse the repository at this point in the history
should use regular text color when readonly

fixes #5051
  • Loading branch information
johnleider committed Oct 9, 2018
1 parent f7b17e7 commit 5cfaeba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/VSelect/VSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ export default {
const color = index === this.selectedIndex && this.color
const isDisabled = (
this.disabled ||
this.readonly ||
this.getDisabled(item)
)

Expand Down

0 comments on commit 5cfaeba

Please sign in to comment.