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
When an validation error occurs within the ToggleCompositeField the field is closed by default and the cause of the error is therefore hidden to the user.
I suggest to open the ToggleCompositeField if it contains fields with errors.
Steps to Reproduce
Create a ToggleCompositeField
Create a required field within the ToggleCompositeField
Submit the form without the required field filled
The text was updated successfully, but these errors were encountered:
@sachajudd Can we apply the same solution as for tabs here? Or would it just be a matter of auto-expanding the toggle field when there's any validation errors? silverstripe/silverstripe-cms#2081
sminnee
changed the title
Hidden field in ToggleCompositeField if validation error occurs
[FORMS] Hidden field in ToggleCompositeField if validation error occurs
Oct 7, 2018
Affected Version
SilverStripe 4+
Description
When an validation error occurs within the ToggleCompositeField the field is closed by default and the cause of the error is therefore hidden to the user.
I suggest to open the ToggleCompositeField if it contains fields with errors.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: