When rendered in the browser, the label element ha...
# react
c
When rendered in the browser, the label element has no "for" attribute... I am assuming the htmlFor attribute should find its way into the browser label as <label for="button-file"> but no attribute appears in the browser... Am I doing something wrong?