Navbar does not have a change event #5865
Description
It seems to me that the navbar should have a change event to hook into when the active class has been added to the clicked item and removed from the others.
I don't see a way otherwise to ensure that the state change is completed before reacting to that event. As well, it looks like I need to manually monitor the navbar for changes in order to hook it into my app (unless I'm missing something) - it would make a lot more sense to have a change event issued.
I've thought of using the radio button control group instead which it seems to me could be styled to look just like the navbar. In fact, since a navbar follows the radio button paradigm why not implement the navbar based on radio buttons? Just a thought.
In any case, it would be ideal if the navbar had a change event.
Thanks.