You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to turn off auto complete stuff and use MLPAutoCompleteTextField as a stock UITextField ? I mean without altering any of its properties, e.g inputAccessoryView.
The text was updated successfully, but these errors were encountered:
I guess you could achieve the result you need by implementing the MLPAutoCompleteTextField datasource method and return an empty array for the possible suggestions. This will cause the autocomplete table not to appear. Something like this on the datasource class will have the desired results:
Is there any way to turn off auto complete stuff and use MLPAutoCompleteTextField as a stock UITextField ? I mean without altering any of its properties, e.g inputAccessoryView.
The text was updated successfully, but these errors were encountered: