Thank you for the explanation. The component comes from external dependency. I cannot modify the tag on the template. I have access only to the [code-length] property. How can I make sure "aria-label" attribute is applied to each input. Example- If [code-length]= 2 , aria-label should be applied to 2 input elements. If [code-length]=4 , aria-label should be applied to 4 input elements.