Liam Smith

Results 5 issues of 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...

component: checkbox
component: radio button
type: feedback

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...

type: bug 🪲
status: awaiting triage
component: dialog

Closes #3800 - Added an optional `subtitle` prop to `DialogHeader`, the subtitle renders directly below the header text. - Updated the dialog docs, storybook, and tests.

community

Closes #3250 Added controlled examples to the site docs for the following components: - Switch - Radio - Checkbox - Input - MultilineInput - ToggleButton - ListBox - Dropdown