Hello everyone!
I'm currently building an app similar to an e-commerce platform, and I'm now working on adding filters to help users narrow down the products they're interested in. I'm using dropdowns (as shown in Images 1 & 2) to filter the list, and functionally, everything is working great.
However, I noticed something: when I select a value—for example, choosing "Mobiles" from the "Type" dropdown—the background color of the dropdown doesn’t change. The component’s color remains the same, and I couldn’t find any built-in option in FlutterFlow to change the dropdown's background or highlight color based on selection.
Has anyone found a workaround or a creative way to apply conditional styling to the dropdown once a selection is made?
Related Documentation: https://docs.flutterflow.io/resources/forms/dropdown/
Image 1: No filter applied
Image 2: User chose "Mobiles" from the "Type" dropdown