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

<select value='{{value}}'> doesn't work as expected #423

Closed
Rich-Harris opened this issue Mar 29, 2017 · 1 comment
Closed

<select value='{{value}}'> doesn't work as expected #423

Rich-Harris opened this issue Mar 29, 2017 · 1 comment
Labels

Comments

@Rich-Harris
Copy link
Member

REPL

Rich-Harris added a commit that referenced this issue Apr 2, 2017
Make <select> elements use .value prop to update value
@Rich-Harris
Copy link
Member Author

Ack, we closed this too early. It's fixed for primitive values, but <select> (and radio/checkbox inputs) are a bit of an awkward case because their values can be non-primitives, meaning we need to use select.__value rather than select.value. REPL

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

No branches or pull requests

1 participant