microsoft / tslint-microsoft-contrib

A set of TSLint rules used on some Microsoft projects.
MIT License
702 stars 198 forks source link

ignore input type="file" from react-a11y-input-elements #858

Closed umezo closed 5 years ago

umezo commented 5 years ago

PR checklist

Overview of change:

Ignore any <input type="file"> from react-a11y-input-elements because both placeholder and value attributes are ignored by browsers or screen readers.

Is there anything you'd like reviewers to focus on?

Should I update any document ?

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.

umezo commented 5 years ago

@JoshuaKGoldberg Thank you for review. I applied your comments.