Create a dropdown list in react

HI everyone,

am trying to build a form with drop down list for countries. I have countries data in mongo collection

Any hint on this

Hi,

You can look at https://ant.design/components/dropdown/ :slight_smile:
Look at dropdown or popover to do what you want.