refactor(DatePicker): convert to TypeScript, impove docs and tests, close #4578 #473
Triggered via pull request
September 19, 2024 06:22
Status
Success
Total duration
1m 25s
Artifacts
–
Annotations
5 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/date-picker/date-picker.tsx#L603
The autoFocus prop should not be used, as it can reduce usability and accessibility for users
|
changed:
components/date-picker/month-picker.tsx#L378
The autoFocus prop should not be used, as it can reduce usability and accessibility for users
|
changed:
components/date-picker/range-picker.tsx#L31
'PanelFooterProps' is defined but never used
|
changed:
components/date-picker/year-picker.tsx#L363
The autoFocus prop should not be used, as it can reduce usability and accessibility for users
|