Skip to content

what to do about non primative object (js Date) used in defaults #50

@sdetweil

Description

@sdetweil

one module uses

	defaults: {
		date: new Date(),			// Today , can be overridable			

is an object, but not an array [] or inline object {}

by the time the processor gets to it, it is a Date object.. not a text value, and not a function,
so the form object is incorrect

there is a Date form item, I think one can convert that to real date object

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions