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.
1 parent 708ac8c commit 13b9d6aCopy full SHA for 13b9d6a
src/js/TreeNode.js
@@ -198,7 +198,7 @@ class TreeNode extends React.Component {
198
const inputId = `${treeId}-${String(value).split(' ').join('_')}`;
199
200
const render = [(
201
- <label key={0} htmlFor={inputId}>
+ <label key={0} htmlFor={inputId}> {/* eslint-disable-line jsx-a11y/label-has-for */}
202
<NativeCheckbox
203
checked={checked === 1}
204
disabled={disabled}
0 commit comments