Skip to content

Creating custom fields require formatValueToModel method #308

Closed
@Alex-Sokolov

Description

@Alex-Sokolov

Creating custom fields require formatValueToModel method.
If no method there is a console error.
Maybe if no method available just use value? Now needed to add:

formatValueToModel(value) {
  return value;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions