Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting value from Form.Select #798

Closed
picorelli opened this issue Nov 5, 2016 · 2 comments
Closed

Getting value from Form.Select #798

picorelli opened this issue Nov 5, 2016 · 2 comments
Labels

Comments

@picorelli
Copy link

How do I can get a selected value from Form.Select Class? I tried a onChange event, but the result is an undefined value.

@levithomason
Copy link
Member

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

@jmndao
Copy link

jmndao commented Jul 8, 2021

You made my day.... Thanks

@Semantic-Org Semantic-Org locked as resolved and limited conversation to collaborators Jul 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants