SearchTextField
SearchTextField copied to clipboard
UITextField subclass with autocompletion suggestions list
Reproduce steps are 1. Write a SearchTextField, set some filterStrings 2. Interacting with it 3. Programmatically set some filterStrings again. And then the SearchTextField will show the suggestion tableView again....
Once the drop down list becomes visible and instead of selecting something from the list, we start scrolling up or down, the drop down list stays on the screen. Calling...
Added SPM Support
Please add Package.swift file
Hello I would like to make the suggestions popup open above the textfield but the property is private. Can you please allow doing it? Thanks in advance.
how to support for below versions?
Hi, Whenever is use IQKeyboardManager pod , no element of SearchTextField Autocomplete Table can be selected. More Specifically , i must insert this line in my code in order to...
Added "id" support in case of custom object, helps to retrieve object in a parent array with other properties that title / subtitle / image. can resolve issue #175
The results list got extended to the top beyond the screen on iPhone 5s. Is there anything I'm missing to fix this? 