You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like that the properties for the sub-fields of a block are being gathered without providing the values of those fields to the form. Resulting in false prop values for e.g. computed props that rely on the value.
It seems like that the properties for the sub-fields of a block are being gathered without providing the values of those fields to the form. Resulting in false prop values for e.g. computed props that rely on the
value
.Might be here https://github.com/getkirby/kirby/blob/main/src/Cms/Fieldset.php#L76 not passing values/inputs as second argument to
->form()
.Affected versions
4.6.0 and 5.0.0
The text was updated successfully, but these errors were encountered: