formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.23k stars 406 forks source link

Hidden fields are not initialized unless shown at least once #721

Open ivanvoznyakovsky opened 7 years ago

ivanvoznyakovsky commented 7 years ago

http://jsbin.com/tivoka/edit?html,console,output

egucciar commented 6 years ago

would an option like "persistModel" help by merging the data within the initial request?

I think that either behaviour would be desirable from a JSON model perspective.