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? Calendar ### Description When `visibleMonths` is set to at least 2, for certain combinations of days-views, such as April+May, depending on the number of days,...
Closes #1636 Note: An alternative approach might be to conditionally yield nothing in the `renderWeeks` generator if all days are hidden.
### Which component(s) are affected? Input ### Description When an `igc-input` required state is set dynamically to `true`, then the state of the component is set to required, even when...
Closes: [#1596](https://github.com/IgniteUI/igniteui-webcomponents/issues/1596)
There are discrepancies between some of the Stepper theme styles and their UI Kits. On the dark version of the **Fluent** theme - the completed version of the step has...
closes #1609 This PR Also fixes the bootstrap first-row border position when the calendar is in multiple calendar view
When we set our calendar to a vertical position, the text in the header gets wrapped into three lines. In the UI kits, the text appears on only two lines,...
Closes #1587
### Which component(s) are affected? Theming & Styles ### Description If we try to set two different themes in a single view, some of the component styles are overriden ###...