salt-ds icon indicating copy to clipboard operation
salt-ds copied to clipboard

React UI components built with a focus on accessibility, customization and ease-of-use

Results 265 salt-ds issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/jpmorganchase/salt-ds/issues/1869 Adds support for nesting steps in a vertical SteppedTracker. Nesting is achieved via the `depth` prop on the `TrackerStep` component. When a step has nested children, the step...

### Area Documentation ### The problem Our current ComboBox docs don't show what a disabled multiselect combobox will look like. ### The solution Add a [disabled multiselect combobox](https://storybook.saltdesignsystem.com/?path=/story/core-combo-box--multiple-pills&args=disabled:!true&globals=themeNext:enable) to the...

type: documentation
component: combo box
adopter: pepper

update clear combobox example to prevent blur from being triggered.

Single line should have min height / max height ```[tasklist] ### Tasks ```

role: design 🎨
component: combo box
Figma

Resolving this issue will add multi-select combo box to the Salt and (Next) Figma libraries. The component should expand with pill content and provide the relevant tokens for pills used...

role: design 🎨
component: combo box
component: pill
adopter: pepper
Figma

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

- `DatePicker` is now a wrapper around `DateInput` and does not contain any panels - support `children`, so customisable panels can be provided by `DateInput` - `DatePickerContext` now simplified and...

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