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

ArrayProp with schema dependencies #415

Open
luana880910 opened this issue Apr 2, 2023 · 1 comment
Open

ArrayProp with schema dependencies #415

luana880910 opened this issue Apr 2, 2023 · 1 comment

Comments

@luana880910
Copy link

Hi there,

I was wondering if there's a way for users to classify the names of objects in an arrayProp into another arrayProp.
Here's an example:

Suppose we have an old arrayProp with the following items: A, B, C, D, E, F, G.
Is it possible to classify these items using an array of strings?

For instance, we could have a new arrayProp B, that contains the following items: A', B', C'.

A' item = {A, B}
B' item = {C, D, E}
C' item = {F, G}

If you could provide any guidance on how to achieve this, it would be greatly appreciated.

Thank you!

@albanm
Copy link
Member

albanm commented Apr 2, 2023

Hello,

Sorry but I don't fully understand your use case. Did you see the parts of the doc about using dependencies (https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/examples#select-relative-deps) ? Maybe that fits into this category, maybe not.

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

No branches or pull requests

2 participants