Hey everyone,
I am new to FlutterFlow coming from Bubble.
I am having an issue with a dropdown widget I was hoping someone could help me with.
I have a list view for verifying new users and I want to use a dropdown for the admins to assign a "Role" to new users. When a new user signs up their role field is set to "new". The list view is showing all users whose role is new and I would like to update the Firebase document based on what option the admin chooses in the dropdown.
But I am getting an error when I add a dropdown to the list view that says I need to make it into a component, but if it's a component then I can't choose it's value in the action to update the document. Any help will be greatly appreciated.
Thanks!