Skip to content

docs(dropdown): complete dropdown docs #89

docs(dropdown): complete dropdown docs

docs(dropdown): complete dropdown docs #89

Triggered via pull request August 27, 2024 18:13
Status Success
Total duration 1m 39s
Artifacts

quality-core.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
lint/a11y/useKeyWithClickEvents: packages/core/src/components/dropdown/dropdown.tsx#L202
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
lint/a11y/useKeyWithClickEvents: packages/core/src/components/dropdown/dropdown.tsx#L217
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
lint/a11y/useKeyWithClickEvents: packages/core/src/components/drawer/drawer.tsx#L133
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
lint/a11y/useKeyWithClickEvents: packages/core/src/components/accordion/accordion.tsx#L117
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.