"form" attribute in Select doesn't work with FormData
I have a Select field outside the form tag. So, I have set form prop to Select, But when I'm trying to access the Select field via FormData it doesn't consider the Select field at all.
Below is the live link with issue RP: https://codesandbox.io/s/hardcore-chatterjee-2kbxys
I played around with your sandbox and tried adding form="formList" in the hidden input resolves it

To the maintainers of this project, let me know if this is the right way to solve this?
Hey, I found an approach...hope you will find it useful. below i' attaching the link that I have tried. https://codesandbox.io/s/black-butterfly-f0lsrr?file=/src/App.js
This definitely seems like a bug to me and is still present in the current version 5.9.0. With the form attribute absent from the actual hidden input element that contains the name and value, it nullifies the native functionality of the form attribute preventing it from being sent when that specific form is submitted.