Wappler Version: 4.7.3
Operating System : Windows 11
Server Model: NodeJS
Database Type: MySQL
Hosting Type: Custom
Expected behavior
Adding dmx-hide or dmx-show on a tagify text input should hide the input.
Actual behavior
The text input continues to show regardless of the condition
How to reproduce
- Create a text input
- Convert it to tagify
- Add dmx-show or dmx-hide with a condition. The input will continue to show regardless.
Hides correctly:
<input id="text2" name="text2" type="text" class="form-control" dmx-hide="(assignededitvar.value == 0)">
Does not hide:
<input id="text3" name="text3" type="text" class="form-control" dmx-hide="(assignededitvar.value == 0)" is="dmx-tagify">
Community Page
Last updated:
Last updated: