Skip to content

Rule "ion-item requires an ion-label component" does not work with two labels #119

Description

@NiklasMerz

The rule ion-item requires an ion-label component is throwing errors for items with two or more labels.

Test to reproduce:

Add to first describe block in "ionItemIonLabelRequired.spec.ts"

it('should work with two ion-label children', () => {
      let source = `
      @Component({
        template: \`
          <ion-item>
            <ion-thumbnail slot="start">
              <img src="http://pngimg.com/upload/dog_png2402.png">
            </ion-thumbnail>
            <ion-label *ngIf="something">Dog</ion-label>
            <ion-label *ngIf="!something" >Dog</ion-label>
          </ion-item>
        \`
      })
      class Bar{}
        `;
      assertSuccess(ruleName, source);
    });

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions