Conditional Fields #7445
cpt-n3mo
started this conversation in
Feature requests
Replies: 2 comments
-
|
@cpt-n3mo we don't have conditional fields in place at the moment, but it is on the roadmap. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I see it is on the roadmap "Conditional fields - Dynamically showing fields based on the value of other fields". But is there a way at the moment to show a field based on its own value? Something like this: With this code I get the error: Cannot find name 'endDate'. Went through all the context object, but couldn't find it. Is it possible? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Good day.
is there a way to create a conditional field..?
for instance when one would have 3 fields
hesButton: checkbox()buttonLink:text()buttonText:text()is it possible to only render
buttonTextbuttonLinkin admin ui, whenhesButtonis true?i noticed i can set some things with
ui.createView.fieldModebut i cant seem to find out a way to get to the checkbox field from context.
it would be nice if one could get the fields within the list. so it could be evaluated using a simple if statement
kind regards.
Beta Was this translation helpful? Give feedback.
All reactions