EddyBorja / MLPAutoCompleteTextField

UITextfield subclass with autocomplete menu. For iOS.
Other
1.21k stars 222 forks source link

Fetch after becoming first responder, resolves issue with fetching old results if clearsOnBeginEditing is true. #112

Open yesitsdave opened 8 years ago

yesitsdave commented 8 years ago

If clearsOnEditingDidBegin is true and showAutoCompleteTableWhenEditingBegins is also true, the current implementation will fetch results for the text that was in the field before being cleared when it is tapped.

This is a fix for that issue.