diff --git a/.changeset/famous-results-bow.md b/.changeset/famous-results-bow.md new file mode 100644 index 000000000..ec103a63a --- /dev/null +++ b/.changeset/famous-results-bow.md @@ -0,0 +1,6 @@ +--- +"@radix-ui/react-popper": patch +"radix-ui": patch +--- + +Fix regression in popper that caused submenu misalignment when using custom portals diff --git a/.changeset/select-clearable-value.md b/.changeset/select-clearable-value.md new file mode 100644 index 000000000..3644eba7d --- /dev/null +++ b/.changeset/select-clearable-value.md @@ -0,0 +1,6 @@ +--- +"@radix-ui/react-select": patch +"radix-ui": patch +--- + +Allow a `Select.Item` with an empty string value to act as a "clear" option. Selecting it resets the selection back to the placeholder, restoring the native `