Tagify not showing elements in a Data Source

Wappler Version : v5.4.0
Operating System : MacOs Big Sur
Server Model: NodeJs
Database Type: MySQL
Hosting Type: Local

Expected behavior

On setting the Data Source for Tagify field when I select Text Field i should see the elements of said Data Source

Actual behavior

On selecting Text Field the tree shows only the Server Connect API element

How to reproduce

  1. Add an input field in a form
  2. Convert field to tagify element
  3. Select Data Source in data properties and select API
  4. Select text field option in data properties to get API elements. (API elements are empty)

What is your actual data source? Are you selecting the actual data, not just the top level server connect?

For instance, I have a tagify for categories. This is what I select…

image

and the code looks like…

<input is="dmx-tagify" id="tagify_categories" name="tagify_categories" dmx-bind:data="sc_categories.data.query">

And then the relevant selections are available…

1 Like

Hi Wappler Team,
I am still having the same issue. I tried re-installing the solution but the same issue persists.

DATA SOURCE
Screenshot 2023-05-11 at 8.38.30 AM

TEXT FIELD
Screenshot 2023-05-11 at 8.39.21 AM

Any Idea where I might be going wrong?