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 f07a5b1 commit b75650bCopy full SHA for b75650b
core/src/components/segment-view/segment-view.tsx
@@ -62,7 +62,7 @@ export class SegmentView implements ComponentInterface {
62
}
63
64
private getSegmentContents(): HTMLIonSegmentContentElement[] {
65
- return Array.from(this.el.querySelectorAll('ion-segment-content'));
+ return Array.from(this.el.querySelectorAll('ion-segment-content:not([disabled])'));
66
67
68
private getSegmentButtonById(id: string) {
0 commit comments