-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Spectrum Field Label Pattern #475
Comments
I think it will be good to structure this pattern in a way that is similar to this: https://stackblitz.com/edit/a11y-input?file=my-element.js Possibly a little more like a mixin than a base class, though I'm not sure. The reasoning here is that the |
I'm looking into a new version of this that leverages the idea that we move form elements into the light DOM of their containing elements, and then resolve them in scope with JS and dynamically associate those form elements with an |
Released. |
Expected Behaviour
https://opensource.adobe.com/spectrum-css/components/fieldlabel/ should be available in the library.
Actual Behaviour
Missing
The future
The text was updated successfully, but these errors were encountered: