Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selectlist: add copydom attribute to <selectedoption>
The copydom attribute on <selectedoption> will make the parent <selectlist> start using cloneNode() on the selected <option>, rather than textContent, to populate the selectedoption. This use case has been discussed here: openui/open-ui#571 We aren't sure yet if this will be the path forward, but prototyping it and getting feedback will help move this issue forward. Bug: 1121840 Change-Id: Ia7c007b2193a8a0777295e299b57704d72832056
- Loading branch information