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

V9.x does not preselect select boxes properly #58

Closed
js-works opened this issue Apr 11, 2018 · 3 comments
Closed

V9.x does not preselect select boxes properly #58

js-works opened this issue Apr 11, 2018 · 3 comments

Comments

@js-works
Copy link

DIO's 9er version does NOT preselect the first item of select boxes by default.
This was working fine in DIO's 8.x versions.

Demo:
https://jsfiddle.net/fdegkc7m/

@thysultan
Copy link
Member

This is related to facebook/react#12200 in that the implementation was trying to mimic this expected behavior, though that seems to have leaked to non-multiple select elements.

Out of curiosity i wonder what the spec says about this particular interaction/difference between multiple vs non-multiple default selection.

@thysultan
Copy link
Member

Patched in 9.0.2

@js-works
Copy link
Author

Great ... muchas gracias :-)

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