nfhipona / AutoCompleteTextField

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

Allowing user to change color of suggestion text label #24

Closed patryk-sredzinski closed 6 years ago

patryk-sredzinski commented 6 years ago

I didn't like the way of being forced to use same color for suggestion/autocomplete label, so I've removed the textColor observer and added another variable with suggestionColor that manipulates that.

nfhipona commented 6 years ago

being allowed to use a color you want for suggestion is a good thing for customizability. 👍