Skip to content

refactor(Select): improve ts, doc and tc #21

refactor(Select): improve ts, doc and tc

refactor(Select): improve ts, doc and tc #21

Triggered via pull request April 2, 2024 03:41
Status Success
Total duration 1m 10s
Artifacts

check-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
changed
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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#L356
Visible, non-interactive elements with click handlers must have at least one keyboard listener
changed: components/select/auto-complete.tsx#L356
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#L981
Visible, non-interactive elements with click handlers must have at least one keyboard listener
changed: components/select/select.tsx#L981
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#L1105
Visible, non-interactive elements with click handlers must have at least one keyboard listener