igniteui-webcomponents icon indicating copy to clipboard operation
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-...

Results 190 igniteui-webcomponents issues
Sort by recently updated
recently updated
newest added

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

:new: status: new
feature

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

bug
:new: status: new
input
severity: low

Closes #504

:x: status: awaiting-test

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 ![image](https://user-images.githubusercontent.com/22081100/226720995-eaecf51b-d37b-4d16-a760-c03527209771.png)

bug
:new: status: new

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

bug
:new: status: new

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

bug
:new: status: new
:firecracker: severity: medium
combo

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

enhancement
:white_check_mark: status: resolved
refactoring
tab

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

:new: status: new
feature-request
:crown: app-builder

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

enhancement
feature
:hammer_and_wrench: status: in-development
web-components