-
Notifications
You must be signed in to change notification settings - Fork 37
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
Conditional Container not showing in detail view page #52
Comments
I'm also curious about this. Conditional fields are not shown on the index or detail views in Nova. |
That is because you could have multiple records, where each display a different field type for example: Name | Age | Gender | Something else .... ID=1 Text | Text | Select | Boolean this would cause the table to be very messy... as each column on each row could represent a completely different thing.. or even worse .. some rows could have more columns than others.. due that conditional container allows you to add any arbritary amount of fields within it... |
Conditional Container not showing in detail view page getting same issue |
You probably forgot to include the |
I had the trait in my Resource Class |
Can you show some sample code of what you are doing? maybe the fields are within a panel (which does not work) ? |
|
I think the issue is that you are using Or other possible issue I can think of:
|
Hi and thanks for the great package.
I noticed that if I use a conditional container inside a panel I can't see the fields inside the container in the view page.
No problems instead in the edit page, and no problem in the view page if I put the fields outside the container.
Someone has the same problem?
Thanks.
The text was updated successfully, but these errors were encountered: