Conditional editability-trouble, continued

1
I made a textfield conditionally editable based on an invisible boolean attribute 'isEditable' having it's value on true. In run-time having the 'isEditable' value on false the textfield turns out not to be visible (only the textfield label). So, it looks more like (unwanted) "conditioanal visibility". What did I do wrong?
asked
1 answers
1

This was a bug in version 2.5.3 that has been solved in version 2.5.4. Upgrading to a newer version will thus solve your problem.

As a workaround in version 2.5.3, you could use conditional visibility on table rows to show/hide one row with an editable text box and another row with a disabled text box.

answered