Greentube / ngx-typeahead

Typeahead multi-select dropdown component for angular. Demo:
https://greentube.github.io/ngx-typeahead/demo
MIT License
22 stars 11 forks source link

Bind a click event on selected elements inside type-ahead #26

Closed rubixcoder closed 6 years ago

rubixcoder commented 6 years ago

In my project, I need to click a popover on the click of the selected items. Can you please let me know that I can achieve this? @meeroslav @bruno-garcia @vladmir-boy @tkolb @mhube

Thanks in advance!!

meeroslav commented 6 years ago

Hi @rubixcoder,

In the latest version your can use itemTemplate to specify your template representing item. This template is used in dropdown list as well as in the input area (in case of multi select typeahead).

Since you have full control over this template, you can attach any event to it. Please be careful with using stopPropagation as this could break the existing usage.