We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338a405 commit dfc7e96Copy full SHA for dfc7e96
core/src/components/accordion/accordion.tsx
@@ -533,6 +533,7 @@ export class Accordion implements ComponentInterface {
533
534
'in-accordion-group-expand-inset': hostContext('.accordion-group-expand-inset', this.el),
535
}}
536
+ tabindex={disabled ? -1 : undefined}
537
>
538
<div
539
onClick={() => this.toggleExpanded()}
0 commit comments