This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Description
With a chain of extending formly types, each having a function in defaultOptions, it does not override same-key options of the parent in more "concrete" types.
http://jsbin.com/wimifiyepo/1/edit?html,js,output
I don't know if that's intentional if using a function as defaultOptions, but I thought it should work regardless.