apasccon / SearchTextField

UITextField subclass with autocompletion suggestions list
MIT License
1.15k stars 254 forks source link

Added the ability to select multiple items on the dropdown list #171

Open mikesilvers opened 5 years ago

mikesilvers commented 5 years ago

This PR will allow users to select multiple entries on the list. Prior to this PR, when selecting one entry, the list is dismissed. With this option, the user is permitted to select multiple options. The list is removed after the keyboard is dismissed.