igniteui-webcomponents
igniteui-webcomponents copied to clipboard
Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-...
The main advantage of web components is their encapsulation by rendering into Shadow DOM that browsers protect from outside scripts and CSS pollution. Most Ignite UI components already do that...
## Description When we have an input of type border which only have prefixes and no suffixes and the user decides to change the border-radius to make it more of...
1.Run the sample :/grids/tree-grid/column-moving-options 2. Click pin icon error in the console; Cannt read properties of undefined screenshot attached 
Sample from WC sample browser throwing attached error : /webcomponents-demos/samples/grids/grid/row-drag-base There needs to be a null check in the onGridRowDragEnd code. For example: Textpublic onGridRowDragEnd(args: any): void { const ghostElement...
Closes #611
## Description The default size of the combo is much taller than the default `igc-button`. ## Steps to reproduce 1. Place an `igc-combo` and `igc-button` side-by-side in a vertically aligned...
## Description When the tabs were implemented, due to the way slot projection work, we took the approach to have separate header and panel components for each tab. However, this...
## Description There is no way to bind radio group component to a value. ## Steps to reproduce 1. Add radio group. 2. Add three radios, e.g. male, female and...
Investigate and enhance components to work seamlessly in SSR context: - [ ] Add unit tests for SSR compatibility - [Helper package](https://www.npmjs.com/package/@lit-labs/testing) - [ ] Identify and fix any issues...