summaryrefslogtreecommitdiff
path: root/sitestatic/bootstrap-typeahead.js
diff options
context:
space:
mode:
Diffstat (limited to 'sitestatic/bootstrap-typeahead.js')
-rw-r--r--sitestatic/bootstrap-typeahead.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/sitestatic/bootstrap-typeahead.js b/sitestatic/bootstrap-typeahead.js
index 3d355ae4..c2ccdea2 100644
--- a/sitestatic/bootstrap-typeahead.js
+++ b/sitestatic/bootstrap-typeahead.js
@@ -45,11 +45,9 @@
, select: function () {
var val = this.$menu.find('.active').attr('data-value')
- if (val) {
- this.$element
- .val(this.updater(val))
- .change()
- }
+ this.$element
+ .val(this.updater(val))
+ .change()
return this.hide()
}
@@ -143,6 +141,7 @@
return i[0]
})
+ items.first().addClass('active')
this.$menu.html(items)
return this
}