Issue with morphTo
Field Behavior Inside Repeatable Field
#890
Unanswered
milanmsimic
asked this question in
General
Replies: 1 comment 1 reply
-
Hello @strider02 I will test about this can you share with me the controller and model to fully reproduce the issue, i want to understand if just a bug about morphOptions or repeatable inside repeatable Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Laravel Backpack Community,
I'm currently working with Laravel Backpack v6 and facing a challenge with implementing a
morphOptions
within a subfields. I've set up amorphTo
relationship within subfields, intending to allow dynamic polymorphic associations. However, I'm encountering an unexpected behavior where changing the selected category in onemorphOption
dropdown affects all instances within the subfields, instead of just the one I'm interacting with.Steps to Reproduce:
Add this inside subfields
Additional Information:
I've searched through the documentation and forums and found this post https://stackoverflow.com/questions/76160746/how-to-use-morphable-multiple-select-that-related-togetherlike-choose-two-categ. Is there any update on this?
Thank you for your time and assistance!
Beta Was this translation helpful? Give feedback.
All reactions