-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conditionally display layout components with its children #14
Comments
Hey @pharreX19. The Using the Having said that, there's also Form Builder - our WYSIWYG builder based on uniforms. It has a graphical editor of boolean expressions that determine whether a field should be rendered or no. It's a paid product, but maybe it's interesting for you too. In this case, feel free to contact us there or me directly. |
Hey @radekmie, Thanks for the reply. Im hoping that when a condition is applied to a "Container (LayoutNodeKind.Container)", then the whole container with its children could be displayed/ hidden based on that condition. |
Ah, got it. Containers don't support conditional rendering yet, but we have it on our list. I'll forward your request to the team. |
Is it possible to apply the displayIf component to a layout component, so that the whole component with its children be displayed if the condition is met? Since I have quite a few field components within the layout container its a bit tedious to apply displayIf to every single field component.
The text was updated successfully, but these errors were encountered: