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
{{ message }}
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.
根据传入的 model 值,在表单序列化 json 的时候,保留 model 原有的字段,进行部分字段的更改
What is actually happening?
表单序列化出的 json 不会保留 model 原有的 字段属性
Environment
ng-alain version: X.Y.Z
Angular version: X.Y.Z
Browser:
- [ ] Chrome (desktop) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] IE version XX
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Reproduction link
Steps to reproduce
从服务器获取到的 json 字符串可能是很长的,可能很多属性都没有在Schema 中,通过 model 将值绑定到 Schema 后,在通过编辑表单得到的结果不会包含那些没有在Schema中定义的属性
What is expected?
根据传入的 model 值,在表单序列化 json 的时候,保留 model 原有的字段,进行部分字段的更改
What is actually happening?
表单序列化出的 json 不会保留 model 原有的 字段属性
Environment
The text was updated successfully, but these errors were encountered: