Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobius1 committed Oct 23, 2016
1 parent ec6b0c8 commit 860bd68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions selectr.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ String.prototype.includes||(String.prototype.includes=function(a,b){"use strict"
} else {
this.txt.innerHTML = content;
this.selectedIndex = index;
this.selectedVal = option.value;
}
}

Expand Down

0 comments on commit 860bd68

Please sign in to comment.