felixmccuaig / flutter-autocomplete-textfield

An autocomplete Textfield for flutter
MIT License
181 stars 131 forks source link

sufix icon on focus disappear #120

Closed sgClaudia98 closed 2 years ago

sgClaudia98 commented 2 years ago

The suffix icon when text field is focus disappear

Outputoliver commented 2 years ago

Use suffix (or prefix) instead of suffixIcon (or prefixIcon) ! It works for my application.

sgClaudia98 commented 2 years ago

@Outputoliver finally changed the icon color to black and magically appears