Wappler Version : 5.0.0 B1
Operating System : Mac M1
Server Model: NodeJS
Database Type: Maria
Hosting Type: AWS Docker
If I use the removeTags() function on a tagify element and pass an array of values, nothing is removed from the tags.
To test, I used console to add a tag:
dmx.parse("content.form_member_memsms.tagify_smsmembers.addTags([1523])")
which correctly adds the tag to the list
if I then use console to try to remove a tag:
dmx.parse("content.form_member_memsms.tagify_smsmembers.removeTags([1523])")
nothing gets removed (no errors)
I thought it might be a number/string thing so also tried with quotes around the value
Community Page
Last updated:
Last updated: