Kieran Nichols
Kieran Nichols
**Describe the feature:** Currently, the initial sort state is set via the column configuration. This works great in most scenarios, but in cases where there are UIs that need to...
**Describe the bug:** When using the expand row functionality in the table, if the data is updated (or the `render()` method is called) while a row is expanded the table...
The [current docs](https://forge.tylerdev.io/main/?path=/docs/components-autocomplete--default) for the autocomplete in Storybook do not properly convey the `filter` callback usage around the second `value` parameter. We need to make this more clear and obvious...
**Describe the bug:** When setting `page-size-options="false"` via HTML attribute, the paginator is not hiding the page size select. It does hide it properly if the value is set **after** the...
**Describe the bug:** The docs [here](https://forge.tylerdev.io/main/?path=/docs/components-app-bar--default) do not provide context about how to add a logo, and there is no supporting content either. I assume the reason for this is...
**Describe the feature:** The `` currently has a `src` property/attribute that allows for providing _any_ `` element as a `string`. This component should also support providing a custom URL to...
**Describe the bug:** The divider in the `addon-end` slot does not properly expand in height when the field grows if used with a ``. Related to a chip-field bug noted...
**Describe the feature:** It's common in web applications to link the header logo/title back to the home page or similar. We need to add a built-in way for developers to...
In release candidate status at time of writing: https://github.com/storybookjs/storybook/releases/tag/v7.0.0-rc.0
**Describe the feature:** It is common for interactive elements to also provide a "selected" state. This is essentially the same same ripple styles we see now with a persistent background...