Dmx-bind:readonly issue

Maybe not a bug but this is what happening

Want to use the dmx-bind:readonly on an input and for some reason is not applying. The most strange is that the same using dmx-bind:disabled works perfect. Check below

This wont work
dmx-bind:readonly="checkIfLoggedIn.data.loggedvalue==31"

while

This will work
dmx-bind:disabled="checkIfLoggedIn.data.loggedvalue==31"

Thank you!

1 Like

I found the problem, it is indeed a bug. Iā€™m working on a fix, will not make it in the current Wappler update, but will be fixed in the next update.

1 Like

This has been fixed in version 1.5.2

1 Like