You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is fairly easy to implement, and could be implemented before the first release of #540. Slightly discussed on Slack between me and @ivarne, we decided on implementing two additional features of the expressions engine:
A new not function. Accepts one boolean (or null) as input, returns !input.
Extend the logic in component to return null if the found component is hidden. This allows for some limited chaining, and makes the component functionally more different from the dataModel lookup (which won't have the same logic).
The text was updated successfully, but these errors were encountered:
This issue is fairly easy to implement, and could be implemented before the first release of #540. Slightly discussed on Slack between me and @ivarne, we decided on implementing two additional features of the expressions engine:
not
function. Accepts one boolean (or null) asinput
, returns!input
.component
to returnnull
if the found component is hidden. This allows for some limited chaining, and makes thecomponent
functionally more different from thedataModel
lookup (which won't have the same logic).The text was updated successfully, but these errors were encountered: