I have a ListView in FlutterFlow.
And I have 2 filter fields to filter my listview.
1 - Texfild (With simplesearch) assigned
1 - DropDawn (With Statuses)
I can only make one or the other filter work.
I can't use both together.
The image below only shows the texfild field filter working.
But now I have no idea how to make my DropDawn work in my listview because I'm already using a Generating Dynamic Filter to search for the customer's name when I type it in texfild. Now I don't know where to put the DropDawn one.
I'm making the connection without an API with Supabase, as I don't want to use the API, just the Flutterflow functions of Supabase Query.
Can anyone help me with how I can do this?