I am experiencing the same issue as #13 and #14. It is because the Spatial fields category was added, but there is another category called Geolocation that is not being included in the geolocation.field_type_categories.yml file. Based on patch #2, I have created an updated patch to include that category as well.
I tested it on version 3.13 with Drupal 10.3.5, and it works correctly for me.
Hello, I am having the same issue.
I have tested it on Drupal 9.5.11 with CKEditor 5, and also on Drupal 10.3.5 with CKEditor 5. In both cases, with module version 3.0 and 3.1, the same thing happens. I have verified that this does not happen on Drupal 9.5.11 with CKEditor 4. I haven't found any configuration that needs to be adjusted or any information regarding this issue.
Hi
Thanks for the uploaded patch jeffschuler, I have been testing it patch #138 and the visibility functionality works fine when including a paragraph inside another one.
But I have found when in addition to visibility I add that the new paragraph is required it generates an error.
I will try to explain mi case,
I have a content type, inside that content type I have a paragraph, this also has another paragraph inside it.
The visibility conditions work fine. But if in the content type I also add that the field is required when it is visible, when saving, an error appears.
Notice: Undefined index: #title in Drupal\conditional_fields\ConditionalFieldsFormHelper::dependentValidate() (line 544 of modules/contrib/conditional_fields/src/ConditionalFieldsFormHelper.php).
Drupal\conditional_fields\ConditionalFieldsFormHelper::dependentValidate(Array, Object, Array)
And I get an error message that the fields that are already filled are required, it marks them in red, and also asks me that the weight fields also have to be filled, which are also required when ordering it.
I hope I have explained the problem well, I know it sounds a bit confusing.