-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
The dependsOn is not working in the field inside Flexible #524
Comments
Anyone found a solution? |
i have the same issue |
this is the same issue the parent dependsOn and official Nova Repeatable item is suffering. |
I also have this issue. Want to have dependant fields inside the Flexible. But it isn't working. |
Right now, I do it by creating a custom field and put it inside Flexible. It's a bit complicated so I hope it will be fixed sooner. |
@kennethtomagan Snippet? |
@kennethtomagan a snippet would be nice? |
I had the same problèm, it was due to fields names that automatically crypted by flexible content in order to always have differente names per content. it was something like ckOi67sYIRR0L6kh__entityId. `class TransformFlexibleNovaFieldNames
}` in my flexbile content layout
In my Nova resource that class my flexbile content
|
@editho512 Works like a charm! Exactly what i was looking for! 🤩🥳 I was looking for a MorphTo solution. Solved it based on your middleware: Resource:
And then my ReadMore flexible block:
It took me a few minutes to understand that pages was the resource, so make sure to replace 'pages' for 'your-own-resources':
|
I want to change the Price field value depends on Product field, sane field is inside Flexible
but dependsOn is not working.
anyone encounters this error? how do you guys solve it?
The text was updated successfully, but these errors were encountered: