alexrindone / flutter_textfield_search

FTFS is a Flutter package which uses a TextField Widget to search and select a value from a list. It's a simple, lightweight, and fully tested package unlike other "autocomplete" or textfield search packages with 100% code coverage.
BSD 2-Clause "Simplified" License
27 stars 33 forks source link

Provide initial value to text field #40

Open ol-cheesebeard opened 2 years ago

ol-cheesebeard commented 2 years ago

Is there a way to provide an initial value as the selected value on init?

alexrindone commented 2 years ago

I'll take a look at adding this @ol-cheesebeard this weekend. I think that would be a nice feature!