Make the event optional in tabView.open() #564
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
I would like to be able to use tabView.open() from my code without having to pass an event as a parameter.
So far I have been using the following workaround:
this.tabView.open({preventDefault: function() {}}, this.tabView.tabs[indexOfTabToOpen])
The text was updated successfully, but these errors were encountered: