How do I can get a selected value from Form.Select Class? I tried a onChange event, but the result is an undefined value.
The Select has the same onChange signature as the Dropdown:
<Select onChange={(e, { value }) => alert(value)} />
Working example here: http://react.semantic-ui.com/modules/dropdown#remote
Most helpful comment
The Select has the same
onChangesignature as the Dropdown:Working example here: http://react.semantic-ui.com/modules/dropdown#remote