Getting meta errors on a custom fieldtype based on GroupFieldtype #12790
Unanswered
patrickhoehn
asked this question in
Troubleshooting
Replies: 1 comment 3 replies
-
|
You probably need to copy the Lines 100 to 103 in a378764 |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
I'm trying to build a custom fieldtype that is basically a row containing multiple columns to reflect the distribution of the content on the site in the entry. Each column has a "clone" of the GroupFieldtype. It is already working with simpler fields like text, textarea but if there is any kind of meta (like Replicator, Bard, Select etc.) it is not working and throwing errors. To keep it simple, I use the select fieldtype in this example:
And I get
TypeError: null is not an object (evaluating 'props2.meta.options')This is my Row.vue:
And my Row.php:
Beta Was this translation helpful? Give feedback.
All reactions