Skip to content

Bug: The @values event is not sent after the v-selectmenu component is re-rendered #27

@benje

Description

@benje

Description of bug

I have an instance of v-selectmenu that is toggled on/off using the Vuejs v-if directive. I also listen to the @values event on this component.

<v-selectmenu v-if="condition" @values="onValuesEvent" ...

If the component is hidden and re-rendered when condition changes from true to false to true, the @values event is no longer emitted!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions