Skip to content

refactor(TimePicker2): convert to TypeScript, impove docs and tests, close #4616 #523

refactor(TimePicker2): convert to TypeScript, impove docs and tests, close #4616

refactor(TimePicker2): convert to TypeScript, impove docs and tests, close #4616 #523

Triggered via pull request October 17, 2024 09:42
Status Success
Total duration 1m 17s
Artifacts

check-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 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/time-picker2/module/date-input.tsx#L222
The autoFocus prop should not be used, as it can reduce usability and accessibility for users
changed: components/time-picker2/module/time-menu.tsx#L108
Visible, non-interactive elements with click handlers must have at least one keyboard listener
changed: components/time-picker2/time-picker.tsx#L1
Import "KeyboardEvent" is only used as types