mnbayan / AutocompleteTextfieldSwift

Simple and straightforward sublass of UITextfield to manage string suggestions
MIT License
290 stars 66 forks source link

Clinking 2nd or 3rd item in dropdown table doesn't call onSelect #18

Closed pawannimje closed 8 years ago

pawannimje commented 8 years ago

I have a signup form and I am using this AutocompleteTextfield. But when I click on 2nd or 3rd Item, onSelect is not called, it is only called for 1st Item click.

I am guessing, I am seeing this issue because behind 2nd and 3rd item, I have my own fields.

mnbayan commented 8 years ago

Hi @pawannimje , i wasn't able to replicate this issue. But I have updated the code for the latest swift version. Please try if this will work for you first. Thank you.

wvdk commented 8 years ago

I also was not able to replicate this issue. Working fine for me.

mnbayan commented 8 years ago

@wvdk thanks for the feedback.

@pawannimje are you able to find out what cause this on your end?

pkc456 commented 7 years ago

Today, I encounter with similar kind of issue. I open an issue. Please check issue #57 .