forge icon indicating copy to clipboard operation
forge copied to clipboard

Framework agnostic Web Component library that implements the Tyler Forge™ design system.

Results 68 forge issues
Sort by recently updated
recently updated
newest added

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

enhancement
priority: low
complexity: medium

## PR Checklist Please check if your PR fulfills the following requirements: - Tests for the changes have been added: N - Docs have been added / updated: N -...

enhancement
skip-release

**Describe the bug:** When using the Busy Indicator component with the progress bar and cancel options both enabled while the layout mode is set to column, the progress bar will...

bug
priority: low
complexity: low

**Describe the bug:** When enabling ``forge-dialog--moveable`` on a ```` window, it prevents the title text from being selectable despite it having the selectable mouse icon. **To Reproduce:** Steps to reproduce...

bug
priority: low
complexity: medium

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

bug
priority: low
complexity: medium

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

enhancement
priority: low
complexity: medium

In release candidate status at time of writing: https://github.com/storybookjs/storybook/releases/tag/v7.0.0-rc.0

documentation
priority: medium
complexity: high

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

enhancement
priority: low
complexity: medium

**Describe the feature:** The table component currently does not render a `` element. This is problematic for developers that need to render things such as aggregations. We need to introduce...

enhancement
priority: low
complexity: medium

**Describe the feature:** With browsers starting to implement support for declarative shadow DOM, we should get a head start and adjust components to properly handle initialization for compatibility. Current browser...

enhancement
priority: medium
complexity: medium