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

Values of selects don’t get duplicated #91

Closed
ausi opened this issue Dec 8, 2017 · 0 comments
Closed

Values of selects don’t get duplicated #91

ausi opened this issue Dec 8, 2017 · 0 comments
Assignees
Labels

Comments

@ausi
Copy link
Member

ausi commented Dec 8, 2017

Duplicating a list element resets the selected values of all its <select>s back to the default. This is because HTMLElement.cloneNode() doesn’t clone the state for <select> elements.

@ausi ausi added the bug label Dec 8, 2017
@ausi ausi self-assigned this Dec 8, 2017
@ausi ausi closed this as completed in 8757d1b Dec 8, 2017
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