AutocompleteField icon indicating copy to clipboard operation
AutocompleteField copied to clipboard

Subclass of UITextField that shows inline suggestions while typing.

Results 3 AutocompleteField issues
Sort by recently updated
recently updated
newest added

If you include LeftView and RightView (both or individual) in the textfield then the text will be overlapping with these views.

We should use NSString.length instead of String.count when dealing with NSRange and NSAttributedString. NSRange(location: 0, length: (labelText as NSString).length) is preferred to NSRange(location: 0, length:labelText.count). The error will occur when...

After hitting Api getting success through closure I set the suggestions to textfield but not showing