FormField.vue $this->withMeta keeps undefined #4594
Unanswered
merijnponzo
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the documentation to add some meta to my custom vue field:
https://nova.laravel.com/docs/4.0/customization/fields.html
But when logging FormField.vue, this.field.hues i get 'undefined'
And in nova-components/ColorPicker/src/ColorPicker.php
I also added the withMeta attribute to my nova fields
and this actually does shows up in my field object, but 'hues' doesn't
Beta Was this translation helpful? Give feedback.
All reactions