Skip to content

Commit 467313a

Browse files
authored
fix(ui5-busy-indicator): focus-redirect element has correct role="none" (#11007)
fixes: #10846
1 parent a23008e commit 467313a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/BusyIndicatorTemplate.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default function BusyIndicatorTemplate(this: BusyIndicator) {
3030
<span
3131
data-ui5-focus-redirect
3232
tabindex={0}
33+
role="none"
3334
onFocusIn={this._redirectFocus}
3435
></span>
3536
)}

0 commit comments

Comments
 (0)