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

Support ReactLink on select elements with multiple set #1761

Closed

Conversation

BinaryMuse
Copy link

ReactLink doesn't work on select elements with multiple set since node.value only returns the value of the element's first selected option. Some discussion over IRC indicated that it might make sense for the behavior to instead match that of the value property, which allows setting multiple values via an array; this PR implements that behavior.

@sebmarkbage
Copy link
Collaborator

We might be considering dropping ReactLink... Need to revisit this if we decide to keep it.

@sebmarkbage
Copy link
Collaborator

I'm going to close this out because we want to move ReactLink support out of the core components. We will provide helpful wrappers such as React.Addons.Select or something. Once we add that, feel free to add it to the wrapper unless it's already there. See #2302

@sebmarkbage sebmarkbage closed this Oct 7, 2014
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

Successfully merging this pull request may close these issues.

2 participants