Tagify Add event for custom values keeps getting triggered without any user input - v6.1.2 Beta AC2

Wappler Version : 6.1.2 Beta AC2
Operating System : MacOS
Server Model: NodeJS
Database Type: MySQL
Hosting Type: Docker

Expected behavior

What do you think should happen?

The Tagify Add event allow users to add custom tags should only be triggered when a new value has been entered in the Tagify input field.

Actual behavior

What actually happens?

The Tagify input to allow custom user value is in a Modal on the layout page. I have come across two issues.

  1. The Add event keeps getting triggered based on the dynamic value binding. It should be triggered only when user has not selected any existing value from the dynamic list and a custom value has been entered in the input field.
  2. The Add event keeps getting triggered in all Modals on the layout page, regardless of whether the Tagify input is included in that Modal.

How to reproduce

  1. Create a couple of Modals on the layout page
  2. In one Modal - Add Tagify and allow custom values - bind Tagify values to a dynamic list
  3. Add Tagify Add event to show a notification (For testing)
  4. Open Modal with Tagify - the notification will display without any user input in the Tagify field
  5. Open the Modal without Tagify - the notification attached to the Add Tagify event will be displayed here as well

This is how the Add event of tagify works.