smartnsoft / flappy_search_bar

SearchBar widget to handle most of search cases
MIT License
172 stars 94 forks source link

Add TextEditingController parameter #48

Open CCJY opened 4 years ago

CCJY commented 4 years ago

I need the parameter "TextEditingController" for initialValue like initialValue of "TextFormfield".

jkuczek15 commented 3 years ago

Am also facing this same issue

MAkcanca commented 3 years ago

I think we should be able to trigger a search on init, instead of manually modifying text property. Does this approach show progress indicator while performing search on initialization?