What is the recommended method for switching the active calcite-tab with code? I was thinking it would just be adding the active attribute on the new tab and remove it from the old tab. This does work, but the issue I have is that the tab indicator is not changing as well. I have tried dispatching a click event and a touch event on the tab title, but that doesn’t seem to work on touch devices.