Skip to content

Commit

Permalink
#52
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaberaldo committed May 3, 2017
1 parent 788d060 commit adbd074
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/components/select/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,6 @@
}
},
methods: {
/**
* Verify if next item is a optgroup (another group chunk).
*/
isOptgroup(option, previousOption, i) {
if (!option.group) return
// If it's first and has group property already show as subheader
if (i === 0) return true
if (previousOption === undefined) return
return option.group !== previousOption.group
},
/**
* Blur listener.
* Fire the HTML5 validation.
Expand Down

0 comments on commit adbd074

Please sign in to comment.