kadoshms / ionic2-autocomplete

Ionic 2 autocomplete component
MIT License
149 stars 108 forks source link

on itemSelected requires stopPropagation in order to prevent clicking another item/button behind #75

Closed sabrio closed 7 years ago

sabrio commented 7 years ago

I am having issue with (itemSelect) while I am select an item, it also triggers a click behind the list. Is there a way to event.stopPropagation()?

kadoshms commented 7 years ago

Unfortunately not in the current version, but I will add a support for that in the next release.

kadoshms commented 7 years ago

fixed in 64063f45dba0652088b0adc6686653f96d631cf1

sabrio commented 7 years ago

@kadoshms the issue seems to occur again, I am testing it on Android and it does occur. Can you please return the event somehow?

webmanblog commented 7 years ago

@kadoshms confirmed, the issue is still outstanding, at least on Android platform..

joelbrewer commented 6 years ago

@kadoshms Also seeing this bug. Is there a fix? This almost makes the plugin unusable.

renanmoraes commented 6 years ago

@kadoshms Really still occurs