- Skip
attributeChangedCallbackif no<fieldset>exists (db1aadd)- This helps React in scenarios where it creates the
<checkbox-group>and alters one of its observed attributes before attaching the mandatory<fieldset>to it.
- This helps React in scenarios where it creates the
- When an
optionbelonging to ananyvaluecomboboxis programmatically deselected, cause thecombobox's value to correctly fallback to its text content. (0b0a3cf) - When an Empty Value Option is selected for a
clearable/anyvaluecomboboxwhose value and text content are both an empty string (""), ensure that thecombobox's text content is still updated to match the newly-selected option. (0b0a3cf)
- Don't remove
Nodes (such asComments) from theComboboxListboxthat JS Frameworks like Svelte use to help with reconciliation. (1984672)
Initial stable release for the Combobox and CheckboxGroup Web Components / Custom Elements. See the documentation to learn how these components work.