diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd94678..2e13e2f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a - Input number is now able to use standard tab navigation. - Rating field now supports tab navigation. +### Removed + +- Any unnecessary server side renders for the forms. + ## [5.0.8] ### Added diff --git a/src/Blocks/custom/field/field.php b/src/Blocks/custom/field/field.php index 822cb7b6..ad3c0e85 100644 --- a/src/Blocks/custom/field/field.php +++ b/src/Blocks/custom/field/field.php @@ -14,7 +14,6 @@ Helpers::props('field', $attributes), [ 'selectorClass' => 'field', - 'fieldFieldIsNoneFormBlock' => true, 'fieldFieldConditionalTags' => Helpers::render( 'conditional-tags', Helpers::props('conditionalTags', $attributes)