We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23008e commit 467313aCopy full SHA for 467313a
packages/main/src/BusyIndicatorTemplate.tsx
@@ -30,6 +30,7 @@ export default function BusyIndicatorTemplate(this: BusyIndicator) {
30
<span
31
data-ui5-focus-redirect
32
tabindex={0}
33
+ role="none"
34
onFocusIn={this._redirectFocus}
35
></span>
36
)}
0 commit comments