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-...
### Which component(s) are affected? Stepper ### Description Using the `IgcStepper` in an Angular project and setting its `linear` property to `true` throws an error. ### Reproduction 1. Create an...
As a user I want to have Date Range Picker Component in WC that has the same design, UX and features as Angular Tooltip. Estimated Delivery Sprint: Sprint 5, 30...
This commit migrates the combo component to use the general key-bindings controller from the library. Aside from unifying the implementation across components this also improves several behaviors of the combo:...
### Which component(s) are affected? Combo ### Description I have a form with a required combo. When the app loads, the combo is highlighted in red, and the validation message...
### Which component(s) are affected? Other/unknown (please specify in the description) ### Description ## Description In the sample provided at [Web Components Grid Summaries](https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/grids/grid/summaries), the custom summary 'Discontinued' for the...
### Which component(s) are affected? Grid ### Description actionstrip.context is demonstrated in Angular for acquiring the Row item. But in ported platforms eg. WC Blazor and React there is no...
### Which component(s) are affected? Paginator ### Description The paginator currently relies on styles and scripts located under the Grid directory, such as: - import 'igniteui-webcomponents-grids/grids/combined.js' - grids/grids/themes/light/material.css This creates...