Details
-
Bug
-
Resolution: Duplicate
-
Neutral
-
None
-
6.2
-
None
-
None
Description
Make sure the default values set by binder work across all fields:
info.magnolia.ui.field.factory.FieldBinder.Default#configureBinding() {
...
Optional.ofNullable(definition.getDefaultValue()).ifPresent(result::withNullRepresentation);
...
}
Checklists
Acceptance criteria
Attachments
Issue Links
- relates to
-
MGNLUI-5325 Support defaultValue in fields of new ui framework
-
- Closed
-