Semantic-UI-React icon indicating copy to clipboard operation
Semantic-UI-React copied to clipboard

Form onSubmit handler omits Select component's value

Open evg1n opened this issue 5 years ago • 1 comments

Bug Report

Steps

When I submit the form, I cannot access the value of <Form.Select/>

Please check codesandbox below.

Official Example Link

Expected Result

Below is what I want to achieve. Check HTMLFormControlsCollection[2], there is a <select/> node. Ekran Resmi 2020-06-13 22 10 09

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. Ekran Resmi 2020-06-13 21 51 55

Version

v0.88.2

Testcase

codesandbox

evg1n avatar Jun 13 '20 19:06 evg1n

l'll work on this

tiangueu-cesar avatar Apr 14 '21 18:04 tiangueu-cesar

Thank you @tiangueu-cesar! Sorry for the laaaaaaaaaaate response but glad to see this is resolved.

evg1n avatar Sep 04 '22 11:09 evg1n