Any way to designate if a conditionally-required field is required?

I have a large form with several fields that are conditionally required, depending on the value of other fields. The only issue I have currently is that there is no way for a user to tell that the field is required once the conditions have been met. This is a very poor user experience. Is there any way to visually designate a field as required?

Hi @jdmoyers,

We don’t have built-in support for determining dynamic required fields. However, in case a dynamic require is violated, JSON Forms will show the error.

If you want to mark these fields then you need to implement the logic yourself and add it via custom rendering.

There is an open contribution pending to JSON Forms to support some of the conditionally required scenarios by hard coding them, see here. You could integrate this logic in to your code base.