Skip to content

Commit

Permalink
set showTick to true when using show-tick class (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed Mar 22, 2019
1 parent e542354 commit e731f95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/bootstrap-select.js
Expand Up @@ -901,6 +901,7 @@

this.multiple = this.$element.prop('multiple');
this.autofocus = this.$element.prop('autofocus');
this.options.showTick = this.$element[0].classList.contains('show-tick');

this.$newElement = this.createDropdown();
this.$element
Expand Down

0 comments on commit e731f95

Please sign in to comment.