Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Navbar does not have a change event #5865

Closed
@MattFriedman

Description

@MattFriedman

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions