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

Allow auto-complete for object containers with subschemas #391

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

watterm
Copy link

@watterm watterm commented Dec 6, 2022

Hi,

I made a small fix for #361, which I opened some time ago. You recently made it possible to force the autocomplete tag in 490f19f and I would like to have this for conditional subschemas as well. The object container always picks a v-select here, however. This PR basically let's you pick an autocomplete with x-display in that class as well.

I also removed a redundant line in the select property.

Hope this works for you :)

For select properties, it's possible to choose between `v-select` and
`v-autocomplete` with the `x-display` option. This makes it possible to
do the same for object containers with conditional subschemas.
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

Successfully merging this pull request may close these issues.

None yet

1 participant