Semantic-UI-React
Semantic-UI-React copied to clipboard
Form onSubmit handler omits Select component's value
Bug Report
Steps
When I submit the form, I cannot access the value of <Form.Select/>
Please check codesandbox below.
Expected Result
Below is what I want to achieve.
Check HTMLFormControlsCollection[2], there is a <select/> node.

Actual Result
You can see the expected result includes a HTML Node <select/> but console output omits <Form.Select/> or <Dropdown selection /> or <Select/>. There is no <select/> node to be seen.

Version
Testcase
l'll work on this
Thank you @tiangueu-cesar! Sorry for the laaaaaaaaaaate response but glad to see this is resolved.