Skip to content

fix: restrict props in MdRadioGroup and MdLoadingSpinner#475

Merged
aurorascharff merged 2 commits intomainfrom
fix-typesafe-radiogroup
Feb 16, 2026
Merged

fix: restrict props in MdRadioGroup and MdLoadingSpinner#475
aurorascharff merged 2 commits intomainfrom
fix-typesafe-radiogroup

Conversation

@aurorascharff
Copy link
Copy Markdown
Contributor

@aurorascharff aurorascharff commented Feb 16, 2026

Describe your changes

fx: restrict direction prop in MdRadioGroup to 'horizontal' or 'vertical' and MdLoadingSpinner to "left" or "right"

Checklist before requesting a review

  • I have performed a self-review and test of my code
  • I have added label to the PR (major, minor or patch)
  • If new component: Is story for component created in stories-folder?
  • If new component: Is README-file for CSS documentation created and added to the story?
  • If new component: Is tsx-file import added to packages/react/index.tsx?
  • If new component: Is CSS-file added to packages/css/index.css?

@aurorascharff aurorascharff requested a review from a team as a code owner February 16, 2026 17:05
@github-actions
Copy link
Copy Markdown
Contributor

Please set a versioning label of either major, minor, or patch to the pull request.

@aurorascharff aurorascharff changed the title fix: restrict direction prop in MdRadioGroup to 'horizontal' or 'vertical fix: restrict props in MdRadioGroup and MdLoadingSpinner Feb 16, 2026
@aurorascharff aurorascharff linked an issue Feb 16, 2026 that may be closed by this pull request
@aurorascharff aurorascharff merged commit 1990497 into main Feb 16, 2026
3 checks passed
@aurorascharff aurorascharff deleted the fix-typesafe-radiogroup branch February 16, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add type safety to RadioGroup

1 participant