diff --git a/.changeset/feat-selectChildren.md b/.changeset/feat-selectChildren.md new file mode 100644 index 000000000..946b064ec --- /dev/null +++ b/.changeset/feat-selectChildren.md @@ -0,0 +1,5 @@ +--- +'react-magma-dom': minor +--- + +feat(Select/NativeSelect): New `additionalContent` prop to provide the ability to add extra content inline with the label similar to the Input component.