Skip to content

Commit 9160426

Browse files
committed
Update bootstrap-combobox.js
1 parent 0901861 commit 9160426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/bootstrap-combobox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
}
6666
map[option.text()] = option.val()
6767
source.push(option.text())
68-
if(option.attr('selected')) selected = option.html()
68+
if(option.attr('selected')) selected = option.text()
6969
})
7070
this.map = map
7171
if (selected) {

0 commit comments

Comments
 (0)