Tagify mix mode error

Wappler Version : 7b26

App Connect Tagify
Version: 2.0.3
(c) 2025 Wappler.io
@build 2025-01-30 16:04:16

Expected behavior

Tagify should not produce an error when typing into an input using Mix mode.

Actual behavior

Typing static text works fine, however as soon as a tag is added, every keystroke produces this error:

dmxTagify.js:7 Uncaught TypeError: t.map is not a function
    at originalInputValueFormat (dmxTagify.js:7:3196)
    at tagify.min.js:26:58187
    at NodeList.forEach (<anonymous>)
    at i (tagify.min.js:26:58065)
    at N.getMixedTagsAsString (tagify.min.js:26:58369)
    at N.getInputValue (tagify.min.js:26:57714)
    at N.<anonymous> (tagify.min.js:26:57436)

How to reproduce

<input is="dmx-tagify" id="tagify_new_forum_topic" name="new_forum_topic" mode="mix" pattern="@" min-chars="0" dmx-bind:data="new_forum_topic_options.data" tag-text="display" tag-value="value" tag-secondary="secondary" class="app-tag">

Please test following update: dmxTagify.zip (10.1 KB)

Looks good @patrick Thanks.