Westbrook Johnson
Westbrook Johnson
# Modified Step I really like this and would love to work out the right way to bring this into the library. Currently, we leverage a version of this in...
## Modifiers I gated those keys because at the specific implementation thereof it was less work to do that then to add the nuance of handling the specifics of when...
For those interested, the following preview sites are up: - Modifier: https://number-field-modifier--spectrum-web-components.netlify.app/components/number-field This is really close to good to go, so if you have any questions/concerns, get them in now....
@OpportunityLiu this is a great question for us to get sorted. To support in the architectural decisions here, would you happen to have any examples where you've created custom alternatives...
To dos: - [ ] Action Group uses a button selector: https://github.com/adobe/spectrum-web-components/blob/9ab5f05eacbe11e30cbf7158b032733c781f1104/packages/action-group/src/ActionGroup.ts#L37 - [ ] Action Group queries same name siblings: https://github.com/adobe/spectrum-web-components/blob/9ab5f05eacbe11e30cbf7158b032733c781f1104/packages/action-group/src/ActionGroup.ts#L193 - [ ] Menu filters children by `localName`:...
We currently manage this on the `sp-field-label` as that's where the visual affectation will live, however the functional implications of the application of `require` lives on the field in question....
Ref: https://open-ui.org/components/popup.research.explainer
Re: #2, funny that you ask. We have been looking into an `` element that works more like a self managed `` that _might_ align with that: https://modal--spectrum-web-components.netlify.app/storybook/?path=/story/modal--default
Copying from #1783 ### Description of issue Clarify usage documentation and/or API surface of the Overlay API around the support of multiple "overlay roots". This comes into play when two...
> It would be great if there was an SWC counterpart to what Angular Material Overlay is doing with scroll strategies: https://material.angular.io/cdk/overlay/overview#scroll-strategies - @nickschaap