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
Workaround: $event.heading is undefined when select is fired this way. When selected directly, heading is defined as expected. So I'm able to ignore the event in the case that heading is undefined.
I have a tab which contains a modal which contains a form. If I open its child modal and attempt to tab through the form, the tab select event fires.
This is particularly problematic in my case because I refresh the tab's data when it is selected; which causes the child form to close.
The text was updated successfully, but these errors were encountered: