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

Form.Select onChange is not working as it should #981

Closed
kusalstha opened this issue Dec 3, 2016 · 1 comment
Closed

Form.Select onChange is not working as it should #981

kusalstha opened this issue Dec 3, 2016 · 1 comment

Comments

@kusalstha
Copy link

kusalstha commented Dec 3, 2016

Expected Result

While using the library's Form.Input's event onChange the object sent to the handler properly shows the target and the value.
Thus, should not the Form.Select do the same?

Actual Result

Yet Form.Select's event onChange handler receives an object with target as a DOM node of div, which is not useful.

Is there a solution to get a proper value from the Form.Select onChange event?

@jeffcarbs
Copy link
Member

Duplicate of #638

See this comment in particular: #638 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants