refactor(DatePicker): convert to TypeScript, impove docs and tests, close #4578 #470
Triggered via pull request
September 18, 2024 03:17
Status
Success
Total duration
1m 26s
Artifacts
–
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/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/year-picker.tsx#L363
The autoFocus prop should not be used, as it can reduce usability and accessibility for users
|