apasccon / SearchTextField

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

Why is maxResultsListHeight only looked at when the direction is towards the bottom? #125

Closed Floriane-AlayaCare closed 6 years ago

Floriane-AlayaCare commented 6 years ago

Hello, I'd like to know if the behaviour to have the height of the tableView decreased to maxResultsListHeight (when set) only when the dropdown's direction is .down is something that can be updated to the .up case as well? Actually, I'm trying to find a hack around issue #97 and setting the maxResultsListHeight seems to work, except when the dropdown appears on top of the field.

Thank you!