You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a component and using on page like this <app-issues *ngFor="let issue of issueLists; let first=index;" [data]="issue" [firstEle]="first"></app-issues>
Each instance of this component have dropdown. I am targeting first instance's dropdown for the joyride steps like this
Now if I delete the first instance from this component list, the joyride step is not targeting to new first instance instead its appearing on top-left corner.
I am using
angular: 7.2.15
ngx-joyride: 2.2.9
The text was updated successfully, but these errors were encountered:
I have a component and using on page like this
<app-issues *ngFor="let issue of issueLists; let first=index;" [data]="issue" [firstEle]="first"></app-issues>
Each instance of this component have dropdown. I am targeting first instance's dropdown for the joyride steps like this
This is working fine as you can see below
Now if I delete the first instance from this component list, the joyride step is not targeting to new first instance instead its appearing on top-left corner.
I am using
angular: 7.2.15
ngx-joyride: 2.2.9
The text was updated successfully, but these errors were encountered: