-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
How can I pass ui:widget hidden to oneOf/anyOf/allOf #4229
Comments
Facing this same issue. @cgokey this won't hide the dropdown, but one thing you might want to do is add I'm using tailwind, and adding |
Closing this as a duplicate of #3834 |
Does this work? Playground link |
@corbinschwartz sorry, I think I sent the wrong playground link. I meant to send this one with @cgokey 's example, where you could use the uiSchema {
"ui:fieldReplacesAnyOrOneOf": true,
"ui:field": "hidden"
} |
I'm including the following sandbox url as an illustration:
I tried this, but with no luck.
Is there any way to hide the combo box?
The json schema is here:
The text was updated successfully, but these errors were encountered: