Skip to content

Replace remove the need for calling getValue() methods on model objects #351

@bdemers

Description

@bdemers

It looks like the API leaks the .value JSON element into the API, which means the developer needs to call .getValue() in a few different places.

Ideally this should be handled when the JSON is parsed, so a developer can call something like:

userProfileFormValue.form()

instead of:

userProfileFormValue.form().getValue();

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions