Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating custom fields require formatValueToModel method #308

Closed
Alex-Sokolov opened this issue Oct 9, 2017 · 1 comment
Closed

Creating custom fields require formatValueToModel method #308

Alex-Sokolov opened this issue Oct 9, 2017 · 1 comment

Comments

@Alex-Sokolov
Copy link

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;
}
@icebob icebob closed this as completed in 3353860 Oct 9, 2017
@icebob
Copy link
Member

icebob commented Oct 20, 2017

Released in v2.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants