vitalii-andriiovskyi / ngx-owl-carousel-o

owl-carousel for Angular >=6
MIT License
177 stars 51 forks source link

Hidden lists are displayed while tab. #115

Open GnanaprakashChandiran opened 4 years ago

GnanaprakashChandiran commented 4 years ago

Steps:

I have totally ten items. but In Ui i am showing only five data. while tab from fifth item, its tab to hidden items.

I am using a tag. Please refer below code

<owl-carousel-o [options]="customOptions" (dragging)="isDragging = $event.dragging">

<ng-container *ngFor="let item of carouselData">
  <ng-template carouselSlide>

    <div class="slider">
      <a [owlRouterLink]="['/present']" [stopLink]="isDragging">{{item.text}}</a>
      <a class="outer-link" href="https://www.google.com">
        <span>{{item.text}}</span>
      </a>

    </div>
  </ng-template>
</ng-container>

Need Solution: Instead of tab to hidden items, need to show only next clickable link page.

MilanObrenovic commented 11 months ago

How does owlRouterLink work for you? For me it clicks the item after i finish dragging. This is a bug and the maintainer isn't fixing it