apgapg / search_widget

Flutter package: Search Widget for selecting an option from a data list.
https://pub.dartlang.org/packages/search_widget
MIT License
198 stars 55 forks source link

Update MyTextField #14

Open rosbal opened 4 years ago

rosbal commented 4 years ago

Hi, Is there a way to show the selected value in the TextField, instead of clearing the TextField onItemSelected ?

apgapg commented 4 years ago

okay i will add a param related to it

apgapg commented 4 years ago

There are some issues here. Because the data type isnt string so the search widget is unknown about what field to show. If it were a string it would have been directly shown

rosbal commented 4 years ago

Came up with a workaround. I use the hintText to display the selected text which I conditionally style. Thanks for the plugin. :)