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

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

patch
skip-release

**Describe the bug:** When the calendar's next or previous month button is clicked and all dates in the relevant direction are disabled via the `disabledDateBuilder` callback, the calendar will not...

bug

**Describe the bug:** With [JAWS sceenreader](https://www.freedomscientific.com/products/software/jaws/) active, selecting an expansion panel doesn't announce the content of the expansion panel. **To Reproduce:** Steps to reproduce the behavior: 1. Go to `ButtonArea...

bug

**Describe the bug:** When using the `forge-split-view`, the panel widths get set to fractional values, which can cause sub-pixel rendering issues most noticeable on elements with `border-width: 1px`, such as...

bug

**Describe the bug:** When searching a term that provide No Results in the dropdown then clicking at the end of the term is providing default dropdown results which looks like...

bug
priority: medium
complexity: low

**Describe the bug:* There's a regression with the forge-label-value's single line attribute. There is no visible change to the label value when this attribute is added or bound. Confirmed that...

bug

MDC as it stands is being deprecated in favor of a new [material web](https://github.com/material-components/material-web) project build as Web Components. To better prepare ourselves for the future, we need to divorce...

@next
breaking change
priority: high
complexity: high
needs: design review

**Describe the feature:** The `selectKey` should support object path (dot) syntax for navigating deeply nested objects. The column configuration `property` supports this already, and it makes sense for `selectKey` to...

enhancement
priority: low
complexity: medium