You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree this could be useful. The problem right now is that @prop is very tightly coupled with datx and therefore it's tricky to add some jsonapi specific things. In datx 2, the decorator will be more flexible, so it should be simpler to add this feature. Until then, you can override the toJsonApi method on the model and remove the properties from the payload.
Submitting a:
Props could be marked read-only, so they are never sent to the server on save.
The text was updated successfully, but these errors were encountered: