Liam Smith
Liam Smith
### Area UI Components ### The problem When the theme mode is set to dark, selected read-only Radios are difficult to see against a dark background. https://storybook.saltdesignsystem.com/?path=/story/core-radio-button--readonly&globals=mode:dark ### The solution...
Closes #3906 - Sets the root overflow to `'hidden'` to prevent background scrolling while the Dialog is open, same approach as MUI. - Scrolling within the Dialog still works as...
### Area UI Components ### The problem The current behavior of the Dialog component allows for background scrolling when the Dialog is open. This can sometimes lead to unintentionally scrolling...
Closes #3800 - Added an optional `subtitle` prop to `DialogHeader`, the subtitle renders directly below the header text. - Updated the dialog docs, storybook, and tests.
Closes #3250 Added controlled examples to the site docs for the following components: - Switch - Radio - Checkbox - Input - MultilineInput - ToggleButton - ListBox - Dropdown