Passing dcc.Dropdown values to Flask for server-side form processing

Hi.

According to the reference documentation for Dropdown component, there is no ‘name’ attribute. Is there any way to use this component within a form and submit the values selected to the server? If not, what are the alternatives that have the ‘name’ attribute?

Thank you.