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-...
Closes #295 This PR makes it easy to apply the included type category styles for `h1-h6` and body-1 to the native heading(h1-h6) and `paragraph` elements. To utilize the typography styles,...
## Description When the previous/next month buttons are focused, the visual state indication doesn't seem to be distinctive enough, specifically in the Bootstrap theme there's barely any difference. Marking this...
If you take something like DateTimeInput and look at the `spinDelta` property, we are unable to set it via an attribute. This creates some friction at the blazor level. We...
## Description The Mac screen reader tells you which item you are on but not the total number of items. for example, it says that you are on tab one...
## Description The Mac screen reader tells you which button you are on but not the total number of buttons. for example, you are on radio button one of one....
## Description The screen reader does not read any of the items inside the dropdown.
Wondering if we should mixin all those basic input properties so we don't have to repeat them again and again for other input-based components that can't directly inherit them. Perhaps...
## Description See description in https://github.com/IgniteUI/igniteui-webcomponents/issues/430. We have a few components that assign `aria-labelledby` in Shadow DOM like: ```html
In order to fully cover the guidance from https://www.w3.org/WAI/ARIA/apg/patterns/tabpanel/ and allow for implementation like shown in https://www.w3.org/WAI/ARIA/apg/example-index/tabs/tabs-automatic.html, if there's a visible label for the Tabs, the `tablist` should be able...
_Estimated Delivery Sprint - TBD - [ ] Research - [ ] Specification - [ ] Component and tests implementation - [ ] API Documentation - [ ] Design implementation