-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
area: extensions/widgets/listtype: bugcode to address defects in shipped codecode to address defects in shipped code
Description
Describe the bug
A list with required field set to true and not detected when post save
To Reproduce
Steps to reproduce the behavior. For example:
- Have a list widget like this one:
- { label: 'Gallery', name: 'galleryImages', widget: 'list', summary: '{{field.image}}', required: true, collapsed: false, min: 1, field: { label: Image, name: image, widget: image, required: true }, }
- Click on Save
- Not detecting the required field and allow to save the post
Expected behavior
When save the post and this list widget is empty should show a red border like it happens with a text field for example and not allow to save if it's empty
Metadata
Metadata
Assignees
Labels
area: extensions/widgets/listtype: bugcode to address defects in shipped codecode to address defects in shipped code