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

Select value in textfield #2

Closed SJente closed 4 years ago

SJente commented 5 years ago

Goodmorning again,

Went through your packages and this is exactly what i need. The only thing i would like to have different is that whenever you choose an item, it is selected in the textField and not in a card below the searchfield. I tried to sent the controller to the selectedItemBuilder and set the text from there, but that didn't seem to work.

Is there any way on doing this?

apgapg commented 5 years ago

Hi, Currently the text field gets erased upon selecting a value. I will add a parameter for it. Expect the release by today itself. Thanks

MatthewRamsey commented 5 years ago

Was this parameter added? I would like to do similar functionality. Thanks for a great widget!

emilson-silva commented 4 years ago

Seu Widget me ajudou muito obrigado!

apgapg commented 4 years ago

Yes onItemSelected is added now