Hunter Loftis

Results 55 comments of Hunter Loftis

That looks exactly like the API I was hoping for re: 2! 🔥

@Westbrook to make sure I understand this issue - is this item an example of one that should not have a checkbox? https://studio.webcomponents.dev/edit/ErIkLgkFbEuRoUImMZVp/src/index.ts?p=stories

Based on [this example](https://studio.webcomponents.dev/edit/XZEYXGb1cWTttk2S889L/src/index.ts?p=stories), it looks like either this issue was resolved between those versions, or the specific trigger that creates an unwanted checkbox is something other than what's in...

My perspective is pretty limited, as a novice Spectrum user, so I'm making some assumptions here that might be incorrect! The way I'm using theme is to wrap my whole...

@Westbrook I think sharing values (`medium`, `large`) makes it easy to conflate SWC's `scale` and SWC components' `size`. Your clarification [here](https://github.com/adobe/spectrum-web-components/issues/953#issuecomment-828074400), that Spectrum calls the scales `desktop`/`mobile` (vs `medium`/`large`), helps...

Update: this isn't a normalization issue. It happens [whenever an sp-slider-handle is slotted into an editable sp-slider](https://webcomponents.dev/edit/95UNbljDeofxie4vyJOg/src/index.ts). Slider itself [extends SliderHandle](https://github.com/adobe/spectrum-web-components/blob/d8aa155b5d8ca4a2323df013f0c99c215e75bd0f/packages/slider/src/Slider.ts#L40) and is used to store handle state whenever one...

This is in fact a bug, but I think identifying that the bug is a Slider-as-handle vs SliderHandle-as-handle conflict can provide a straightforward workaround. I've developed two fixes, both of...

Review pre-1.0; ship only if meeting quality bar.