I have 2 collections: user and gender. Inside my user collection, I have a text property field called gender.
I would like users to be able to update their gender but using a dropdown. Currently, the form component only allows updating via typing manually.
Is it possible to have a dropdown inside the form instead?