We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0901861 + 9160426 commit f94a30eCopy full SHA for f94a30e
js/bootstrap-combobox.js
@@ -65,7 +65,7 @@
65
}
66
map[option.text()] = option.val()
67
source.push(option.text())
68
- if(option.attr('selected')) selected = option.html()
+ if(option.attr('selected')) selected = option.text()
69
})
70
this.map = map
71
if (selected) {
0 commit comments