Skip to content

fix(Select): Fix select doc #532

fix(Select): Fix select doc

fix(Select): Fix select doc #532

Triggered via pull request November 12, 2024 10:55
Status Success
Total duration 1m 23s
Artifacts

check-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
changed
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
changed: components/select/__tests__/index-spec.tsx#L615
'e' is assigned a value but never used
changed: components/select/__tests__/index-spec.tsx#L635
'e' is assigned a value but never used
changed: components/select/auto-complete.tsx#L363
Visible, non-interactive elements with click handlers must have at least one keyboard listener
changed: components/select/auto-complete.tsx#L363
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
changed: components/select/base.tsx#L400
'rest' is defined but never used
changed: components/select/base.tsx#L405
'rest' is defined but never used
changed: components/select/base.tsx#L417
'rest' is defined but never used
changed: components/select/select.tsx#L995
Visible, non-interactive elements with click handlers must have at least one keyboard listener
changed: components/select/select.tsx#L995
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
changed: components/select/select.tsx#L1119
Visible, non-interactive elements with click handlers must have at least one keyboard listener