fix(Select): Fix select doc #580
Annotations
11 warnings
changed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
|