-
Notifications
You must be signed in to change notification settings - Fork 219
Labels
agenda+Use this label if you'd like the topic to be added to the meeting agendaUse this label if you'd like the topic to be added to the meeting agendaneeds editsThis is ready for edits to be madeThis is ready for edits to be madeselectThese are issues that relate to the select componentThese are issues that relate to the select component
Description
Consider the following:
<selectlist>
<button>
<selectedoption></selectedoption>
</button>
<option>foo</option>
</selectlist>
<script>
requestAnimationFrame(() => {
document.querySelector('option').textContent = 'bar';
});
</script>Should the <selectedoption>'s contents set to "bar", or should it stay as "foo"?
The equivalent use case for <select> will change the button's text to "bar".
We should probably wait for #571 to be resolved before getting this 100% figured out.
Metadata
Metadata
Assignees
Labels
agenda+Use this label if you'd like the topic to be added to the meeting agendaUse this label if you'd like the topic to be added to the meeting agendaneeds editsThis is ready for edits to be madeThis is ready for edits to be madeselectThese are issues that relate to the select componentThese are issues that relate to the select component