nfhipona / AutoCompleteTextField

TextField with smart suggestion for email inputs
http://nfhipona.github.io/AutoCompleteTextField/
MIT License
65 stars 13 forks source link

autoCompleteTextFieldDataSource string starting with Capital letter bug #17

Closed lfarah closed 8 years ago

lfarah commented 8 years ago

AutoCompleteTextField won't autocomplete if a string has it's initial character Capital. Array tested: ["São Paulo", "Salvador", "Macapa", "Salvador do Sul"] Tried to use ignoreCase = true, but it didn't work

nfhipona commented 8 years ago

Added Fix

lfarah commented 8 years ago

thanks!