This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Rule react-a11y-input-elements
incorrectly requiring placeholder for radio, checkbox, and file inputs
#749
Labels
Difficulty: Easy
Someone with little to no experience in TSLint should be able to send a pull request for this issue.
Status: Accepting PRs
Type: Bug
Milestone
Bug Report
tslint-microsoft-contrib
version: 6.0.0TypeScript code being linted
with
tslint.json
configuration:Actual behavior
ERROR: 40:17 react-a11y-input-elements Input elements must include default, place-holding characters if empty
Expected behavior
Inputs with type checkbox, radio, and, file should not require a placeholder value.
The text was updated successfully, but these errors were encountered: