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
[ ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[x] support request => Please do not submit support request here, post on Stackoverflow or Gitter
What do we put in the ??? in order to pass into the mouseover called function the index or identifier of each tab?
Reproduction of the problem
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Tabset version: 2.0.x
Angular version: 8.0.x
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Language: [all | TypeScript X.X | ES6/7 | ES5]
The text was updated successfully, but these errors were encountered:
I'm submitting a ... (check one with "x")
Current behavior
<ngx-tabset (mouseover)="hoverOver(???)" (onSelect)="changeTab($event)" (click)="doSomething(value)">
Expected behavior
What do we put in the ??? in order to pass into the mouseover called function the index or identifier of each tab?
Reproduction of the problem
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: