i m working with Angular 7 and ngx-materialize (ngx-materialize GitHub) The thing is i made a form with tabs and i want to chenge the active tab with a button, for accessibility purpose, the idea is that in the last input 'tabs' to the button and if the form is valid can continue to the other tab.
for now i can get the current active tab with Jquery
$('ul.tabs .active').attr('href')
but i cant "click" in the other tab with Jquery, so i suppose that is not the way, i must set active the new tab and inactive the previous one. Any idea how i can do this?
I believe that use the same feature that MaterializeCss but i cannot fin anything.
Thanks in advance!