AssistoLab / DropDown

A Material Design drop down for iOS
MIT License
2.44k stars 625 forks source link

Index out of range crash fastly typing #214

Open zahariadaniel16 opened 5 years ago

zahariadaniel16 commented 5 years ago

Hi,

I'm getting index out of range error on DropDown.swift line 1074, at datasource, only when i'm fastly typing. I'm calling dropdown.show() in searchBar textDidChange method. What's the problem?

Thanks!