Ahmed

Results 3 comments of Ahmed

Looks like this was originally implemented in https://github.com/cibernox/ember-power-select/pull/420

This is what worked form me ``` transformSource({source, onTapAhead}) { return { ...source, templates: { ...source.templates, item(params) { const {item} = params return ( { event.preventDefault() event.stopPropagation() onTapAhead(item) }} className="aa-ItemWrapper"...

I have same issue. You have to explicitly set height style on the component for multi mode to work.