refactor(Range): convert to TypeScript, impove docs and tests, closes #4602 #506
Triggered via pull request
September 27, 2024 03:13
Status
Success
Total duration
1m 15s
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/range/view/fixedSlider.tsx#L37
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/range/view/range.tsx#L711
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/range/view/slider.tsx#L30
Elements with the ARIA role "slider" must have the following attributes defined: aria-valuenow
|