spectrum-web-components icon indicating copy to clipboard operation
spectrum-web-components copied to clipboard

[Feat]: Field Label 'for' attribute should accept "DOM Token List"

Open Westbrook opened this issue 3 years ago • 0 comments
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.

Westbrook avatar Jul 20 '22 15:07 Westbrook