salt-ds
salt-ds copied to clipboard
React UI components built with a focus on accessibility, customization and ease-of-use
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...
update clear combobox example to prevent blur from being triggered.
Single line should have min height / max height ```[tasklist] ### Tasks ```
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...
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...