forge
forge copied to clipboard
Framework agnostic Web Component library that implements the Tyler Forge™ design system.
**Describe the bug:** When programmatically selecting/deselecting rows via the table component API methods, existing selected rows are re-rendering the selection column checkboxes. This causes a "flicker" for checked checkboxes from...
**Describe the bug:** When a `` has a `selectedIndex` set, the `aria-selected` attribute is set on the `` which has `role="menuitem"` and this is invalid on `menuitem` roles. Additionally, the...
**Describe the feature:** imaskjs is at version 7.1.3 and the version dependency on forge is 6.6.1. This is preventing me from using the latest imaskjs in my project.
**Describe the bug:** The min width of a select cuts off the label value. (see image) **To Reproduce:** Steps to reproduce the behavior: Add a new select element to any...
**Describe the bug:** When split views are nested, the initial sizes are incorrect. **To Reproduce:** Steps to reproduce the behavior: 1. Open the [StackBlitz reproduction](https://stackblitz.com/edit/angular-wk4lju?file=src%2Fmain.ts) 2. Note that the "inner...
**Describe the feature:** Currently, you can specify `size` as a percentage, but it gets converted to a pixel width and when resizing panels, the width is always set in pixels....
**Describe the bug:** When opening a forge-dialog at the bottom of a vertically scrollable page, if I click an autocomplete with multiple enabled to select options then click away from...
This is a low-level primitive component that is responsible for the following: - A container for any "floating" content - Handles positioning around a target element - Does not provide...
**Describe the bug:** It's common for browsers to autofill `` elements in forms. Currently the Forge text-field does not provide any overrides to the browser defaults, which makes it look...
**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...