Westbrook Johnson
Westbrook Johnson
### Code of conduct - [X] I agree to follow this project's code of conduct. ### Impacted component(s) Picker Button, Combobox, Date Picker, etc. ### Description of the requested feature...
Let's make this default for our test passes. _Originally posted by @Westbrook in https://github.com/adobe/spectrum-web-components/pull/2528#discussion_r952969100_
When an `sp-toast` is appropriately configured it should be allowed to "close" itself. Currently, the `timeout` attribute is surfaced to do so by ensuring that when a number is supplied...
Should the future of WDS Storybook be a Storybook builder? https://storybook.js.org/docs/react/builders/builder-api Vite copied much of what WDS is, seems only fair to copy some of what it is. This may...
### Should this be an RFC? - [X] This is not a substantial change ### Which package is this a feature request for? Observers (@lit-labs/observers) ### Description You can currently...
### Which package(s) are affected? Virtualizer (@lit-labs/virtualizer) ### Description The [setter workflow for `padding`](https://github.com/lit/lit/blob/main/packages/labs/virtualizer/src/layouts/shared/SizeGapPaddingBaseLayout.ts#L177-L196) in `SizeGapPaddingBaseLayout` does not include calls to `this._triggerReflow();` the way that the [setter workflow for `gap`](https://github.com/lit/lit/blob/main/packages/labs/virtualizer/src/layouts/shared/SizeGapPaddingBaseLayout.ts#L157-L175)...
### Description The `iron-image` component uses CSS backgroundImage when containing the image or having the image cover it. While this is awesome for layout, it applies `[hidden]` the actual `img`...
This is also in reference to #235. This is a first pass at this PR as I have a number of questions about what form a more complete implementation should...
### Description Not sure if this is ultimately an `iron-list`, or an `array-selector`, or a further up, issue, but selecting large groups of content, whether by the technique outlined in...
Fixes #436 Relates to #361 (would make any batch selecting therein also not be slow) Relies on: Polymer/polymer#4699 Polymer/polymer#4705 Adds code paths and tests to support selecting all of the...