-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added optional async to Autocomplete Datasource #34
base: master
Are you sure you want to change the base?
Conversation
for ReactiveCocoa rac_textSignal Support
Also updated the example and created a manager to demonstrate the pattern.
add UIControlEventEditingChanged event
Minor Cleanup
Thank you for the contribution, but an exception is raised when scrolling in the example project. The problem is that |
Weird. Can't seem to reproduce. Did you have anything entered or UI focused? |
It happens to me when I scroll down, the back up, without having entered any text in the text fields. It seems to be that the I think guarding against |
Also updated the example and created a manager to demonstrate the pattern.
…o pr_async Conflicts: HTTextFieldAutocompletionExample/HTAutocompleteTextField.m
Also updated the example and created a manager
to demonstrate the pattern.