Hello everybody,
can someone from the product team tell if there are any plans to add the functionality to show/hide fields in a form based on some criteria?
Basically setting a kind of visibility attribute of a model field to true/false just like the attributes required and readonly?
scope.model.field123.readonly = true/false;
-->
scope.model.field123.visible= true/false;
This would enable some interesting use cases!
Best,
Clemens