Kieran Nichols
Kieran Nichols
**Describe the feature:** The table component currently does not render a `` element. This is problematic for developers that need to render things such as aggregations. We need to introduce...
**Describe the feature:** With browsers starting to implement support for declarative shadow DOM, we should get a head start and adjust components to properly handle initialization for compatibility. Current browser...
**Describe the feature:** With WebKit [recently](https://webkit.org/blog/13711/elementinternals-and-form-associated-custom-elements/) adding support for the `ElementInternals` and `formAssociated` APIs in TP 162, we need to implement these APIs in all components that can interact with...
**Describe the bug:** The current input masking functionality does not provide a friendly UX in the date-picker component. It works well for certain input formats/patterns, but there are bugs in...
**Describe the feature:** The select component does not provide a way to easily select/deselect all options in the dropdown. This should be added as a feature to the dropdown when...
**Describe the feature:** The paginator has the ability to move to the next/prevous and first/last page, but not to a specific arbitrary page in between. We should design and implement...
**Describe the bug:** The accessibility features of the select component are not being announced at with VoiceOver in Safari. **To Reproduce:** Steps to reproduce the behavior: 1. Enable VoiceOver on...
## PR Checklist Please check if your PR fulfills the following requirements: - Tests for the changes have been added/updated: N - Docs have been added/updated: N - Does this...
## PR Checklist Please check if your PR fulfills the following requirements: - Tests for the changes have been added/updated: N - Docs have been added/updated: N - Does this...
## PR Checklist Please check if your PR fulfills the following requirements: - Tests for the changes have been added/updated: N/A - Docs have been added/updated: Y - Does this...