Optional text displayed on field condition: false
#3015
ssyberg
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
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.
-
It's a common pattern for a field to be hidden/disabled until some other condition has been met on a record, but no current good way to indicate in the CMS on a per field basis what conditions must be met for the field to show up. This has become a headache for CMS trainings and general admin UX (e.g. cms editor expects a field to be editable but it's hidden until they've made a selection above the field, or until a relationship has been set up elsewhere and they report a bug).
This could be solved with a
description
oncondition
or a separatehiddenDescription
that could show if it'shidden: true
orcondition: false
Beta Was this translation helpful? Give feedback.
All reactions