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 c67e203 + 1b6a7c5 commit 69dbdebCopy full SHA for 69dbdeb
js/bootstrap-combobox.js
@@ -66,7 +66,7 @@
66
}
67
map[option.text()] = option.val()
68
source.push(option.text())
69
- if (option.attr('selected')) {
+ if (option.prop('selected')) {
70
selected = option.text()
71
selectedValue = option.val()
72
0 commit comments