Wappler Version : 4.7.1
Operating System : Windows 10 x64
Server Model: NodeJS
Database Type: PostgreSQL
Hosting Type: Docker
-
Set read only with Tagify Option - Read Only
Generated code:<input is="dmx-tagify" id="tagify1" name="tagify1" readonly="true">
Result: Read only option is not applied - Tagify component is ready of input -
Set read only with Dynamic Attributes
Yes, there is a visual bug in Wappler - attributes doubles in UI
Generated code: <input is="dmx-tagify" id="tagify1" name="tagify1" dmx-bind:readonly="true">
Result: Read only option is not applied - Tagify component is ready of input
It would be good if we can set Read Only parameter for Tagify component based on Dynamic Binding.
Thank you in advance.