Closed ausi closed 6 years ago
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.
<select>
HTMLElement.cloneNode()
Duplicating a list element resets the selected values of all its
<select>
s back to the default. This is becauseHTMLElement.cloneNode()
doesn’t clone the state for<select>
elements.