maheshj01 / searchfield

A highly customizable simple and easy to use flutter Widget to add a searchfield to your Flutter Application.This Widget allows you to search and select from list of suggestions.
MIT License
84 stars 64 forks source link

Support suggestions in widget tree rather than an Overlay #95

Closed WaseemAbbasi22 closed 11 months ago

WaseemAbbasi22 commented 1 year ago

Is your feature request related to a problem? Please describe. suggestions as an overlay above the widgets by default and no option to show it in the widget tree please add any property to show it within the widget not over the widget

Describe the solution you'd like There should be any property to toggle this .

maheshj01 commented 1 year ago

Hey @WaseemAbbasi22, Thanks for filing the issue. This was intentionally removed considering it abruptly shows the UI in the widget tree which is bad by design. May I know what your use case is and Why overlay doesn't meet your needs?

maheshj01 commented 11 months ago

Closing due to lack of activity.