spectrum-web-components
spectrum-web-components copied to clipboard
Spectrum Web Components
### Code of conduct - [X] I agree to follow this project's code of conduct. ### Description of issue `sp-checkbox` doesn't expose a "name" attribute in its API: ``` ```...
### Code of conduct - [X] I agree to follow this project's code of conduct. ### Impacted component(s) All ### Description of the requested feature Vend repo native support for...
> Could we made `SideNavItem.prototype.hasChildren` be > ```ts > get hasChildren(): boolean { > return !!this.querySelector('[slot="descendant"]'); > } > ``` > So that all kinds of descendants will be accepted...
### Expected Behaviour Overlay z-index is changeable via a css custom property ### Actual Behaviour It's hard coded to 1000
### Code of conduct - [X] I agree to follow this project's code of conduct. ### Impacted component(s) overlay ### Description of the requested feature ## openOverlay currently accepts: ```...
### Expected Behaviour We shouldn't have to rely on Spectrum CSS directly for our documentation site. We're pointing to the `table` sheet, we should have a component or a pattern...
### Code of conduct - [X] I agree to follow this project's code of conduct. ### Impacted component(s) sp-picker ### Description of the requested feature It opens soooo slowly. You...
### Code of conduct - [x] I agree to follow this project's code of conduct. ### Impacted component(s) sp-tooltip ### Expected behavior When client conditionally render the `sp-tooltip`, when its...
### Code of conduct - [X] I agree to follow this project's code of conduct. ### Impacted component(s) Menu Item, Tab, etc. ### Description of the requested feature As per...
### Code of conduct - [X] I agree to follow this project's code of conduct. ### Impacted component(s) sp-theme ### Description of the requested feature Once https://github.com/lit/lit/pull/1955 is merged &...