angularjs-dropdown-multiselect icon indicating copy to clipboard operation
angularjs-dropdown-multiselect copied to clipboard

Can't find out how to trigger logic after option selected in dropdown

Open krimark opened this issue 8 years ago • 0 comments

I've been trying to figure out how to get a method to be called after an option has been selected in the dropdown. All the events available (onItemSelect, onItemDeselect, onSelectionChanged, etc..) seems to trigger before the option actually has been selected. How am I supposed to react on the actual selection of an option (i.e. when it's actually added to the selected-model)? The documentation seems a bit lacking when it comes to this crucial step.

krimark avatar Aug 03 '17 07:08 krimark