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.
no-static-element-interactions
1 parent 4da13e7 commit 1271153Copy full SHA for 1271153
docs/rules/no-static-element-interactions.md
@@ -21,7 +21,7 @@ Indicate the element's role with the `role` attribute:
21
onClick={onClickHandler}
22
onKeyPress={onKeyPressHandler}
23
role="button"
24
- tabIndex="0">
+ tabindex="0">
25
Save
26
</div>
27
```
0 commit comments