So I am trying to build a feature where on a text field user should be able to search for items. Items I am getting by making a API call which should be listed below text field like dropdown.
Below is SS of my current implementation!!
So I am trying to build a feature where on a text field user should be able to search for items. Items I am getting by making a API call which should be listed below text field like dropdown.
Below is SS of my current implementation!!
I have tried autocomplete option which is quite different from what I am trying to implement it doesn't give me my response as it is it only gives characters which autocompletes the typed characters!!
I have also tried using stack but stack in Flutterflow doesn't have position widget due to which it is not possible to use it instead of Overlay!? Also problem while currently using a builder is we cant pass a widget builder to a custom widget which makes Overlay quite difficult to implement as of now.