diff --git a/src/templates/uswds/select/form.ejs b/src/templates/uswds/select/form.ejs index b3bc2a75..ab422565 100644 --- a/src/templates/uswds/select/form.ejs +++ b/src/templates/uswds/select/form.ejs @@ -7,6 +7,7 @@ {% if (!ctx.input.attr.id) { %} id="{{ctx.instance.id}}-{{ctx.component.key}}" {% } %} + aria-labelledby="l-{{ctx.instance.id}}-{{ctx.component.key}}" {% if (ctx.component.description) { %} aria-describedby="d-{{ctx.instance.id}}-{{ctx.component.key}}" {% } %}