Peter Törnqvist
Results
3
comments of
Peter Törnqvist
"this" is set to the Typeahead instance inside the event, so you have access to the element through either `this.$element` (jQuery wrapped) or `this.$element.get(0)` (DOM object)
seeing the same with packaged technology with latest version
the problem is that the `.Others` class is missing. It should look something like this: ``` .Others { overflow-y:scroll; height:100%; } ```