-
Is it possible to show a field only if a sibling field is set to a specific value? For example 👇🏼, I'd like to show the fields: [
{
widget: "boolean",
name: "show",
label: "Show section"
}
{
widget: "string",
name: "title",
label: "Title"
},
] |
Beta Was this translation helpful? Give feedback.
Answered by
larenelg
Mar 21, 2023
Replies: 1 comment 3 replies
-
Hi @onweru - there is currently no conditional show/hide functionality. There is an almost finished PR at #3891 which I'm going to try to pick up, as I need this too :) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
martinjagodic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @onweru - there is currently no conditional show/hide functionality. There is an almost finished PR at #3891 which I'm going to try to pick up, as I need this too :)