spectrum-web-components
spectrum-web-components copied to clipboard
[Feat]: Field Label 'for' attribute should accept "DOM Token List"
trafficstars
Code of conduct
- [X] I agree to follow this project's code of conduct.
Impacted component(s)
Field Label
Description of the requested feature
Allow the for attribute to accept multiple IDs so that the Field Label can label multiple elements.
Mockups or screenshots
No response
Implementation notes or ideas
Should be able to just split on " " and then run the current code path on a map.