balmjs / balm-ui

:diamonds: A modular and customizable UI library based on Material Design and Vue

Home Page:https://material.balmjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onChange methods not firing for navigation bar on change event

SBex95 opened this issue · comments

Development Relevant Information:

  • BalmUI version: ^10.5.0
  • Browser: Chrome
  • Operating System: Windows 10

Description:

Upon clicking on one of the navigation bar tabs for the implemented ui-navigation-bar element, the specified @change method does not fire. This is confirmed by checking the console for lack of logging when a console.log is implemented for debugging, and also by adding a breakpoint to the method.

Steps To Reproduce:

Hi @elf-mouse

Any update on this? I'm seeing similar problems.

Sorry, this is my mistake. Please use update:model-value event (change event for vue2).

There are event descriptions on the tabs documentation