Suppress progressbar lint false positive
This commit is contained in:
parent
295dd1388c
commit
d9285cc524
@ -50,6 +50,7 @@ export function Progress(props: ProgressProps): JSX.Element {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
// biome-ignore lint/a11y/useFocusableInteractive: progressbar is read-only, not interactive
|
||||||
<div
|
<div
|
||||||
role="progressbar"
|
role="progressbar"
|
||||||
aria-valuemin={0}
|
aria-valuemin={0}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user