Skip to content

createDefaultObject copy array & object as reference #174

Closed
@icebob

Description

@icebob
{
	type: "checklist",
	model: "font.style",
	multiple: true,
	default: [],
	values: [
		{ id: "bold", name: msg(7218) },
		{ id: "italic", name: msg(7219) },
	]
}

vfg must clone the default value if it is an Object and not null

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions