Currently, the file input component adds aria-disabled to its parent wrapper, usa-file-input. In JAWS, this prevents the label from being read, which violates best practice. We should remove the aria-disabled attribute from usa-file-input element and confirm that the removal does not cause harm.
Currently, the file input component adds
aria-disabledto its parent wrapper,usa-file-input. In JAWS, this prevents the label from being read, which violates best practice. We should remove thearia-disabledattribute fromusa-file-inputelement and confirm that the removal does not cause harm.