nfhipona / AutoCompleteTextField

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

Added manually providing autocomplete suggestion #22

Closed aj-bartocci closed 7 years ago

aj-bartocci commented 7 years ago

Added a new datasource called AutoCompleteTextFieldManualDataSource that allows for manually providing autocomplete suggestions. This allows for more advanced sorting beyond just alphabetical, but must be used carefully (prefix of suggestion must match string to be replaced).

nfhipona commented 7 years ago

Adding this would make the other redundant. So I'll refactor and remove the latter and keep this feat.