Skip to content
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

JSON not working on Row #69

Open
jmarcher opened this issue Feb 4, 2019 · 3 comments
Open

JSON not working on Row #69

jmarcher opened this issue Feb 4, 2019 · 3 comments
Labels
request New feature or request

Comments

@jmarcher
Copy link

jmarcher commented Feb 4, 2019

I have a simple row like this:

Row::make('Rules', [
    Number::make('Count'),
    JSON::make('Rule', [ 
       Text::make('name'),
        Text::make('index'),
         Text::make('value'),
      ]),
]),

but the JSON Field is not shown on the edit form.

@beliolfa beliolfa added the request New feature or request label Feb 5, 2019
@beliolfa
Copy link
Contributor

beliolfa commented Feb 5, 2019

Nested Json and Row fields are not supported yet. This is a planned feature. Feel free to open a PR if you have something in mind.

Thanks!

Related #14

@josespinal
Copy link

Is Autocomplete supported inside of Row? i'm getting this:

[Vue warn]: Invalid prop: type check failed for prop "rowValues". Expected Array, got Object found in

--->


at resources/js/components/Card.vue
at resources/js/components/Form/Panel.vue
at resources/js/components/LoadingView.vue
at resources/js/views/Update.vue

@michaelstoffer
Copy link

Okay, so how about now? It's been a few years now and we still do not have support for JSON and ROW fields being nested. Is this something that is still in the works?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants