We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79127be + 13b9d6a commit 64e39c8Copy full SHA for 64e39c8
src/js/TreeNode.js
@@ -190,7 +190,7 @@ class TreeNode extends React.Component {
190
const inputId = `${treeId}-${String(value).split(' ').join('_')}`;
191
192
const render = [(
193
- <label key={0} htmlFor={inputId}>
+ <label key={0} htmlFor={inputId}> {/* eslint-disable-line jsx-a11y/label-has-for */}
194
<NativeCheckbox
195
checked={checked === 1}
196
disabled={disabled}
0 commit comments